Skip to content

Commit

Permalink
support backward compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
  • Loading branch information
jayzhan211 committed Sep 29, 2023
1 parent a88923e commit 954dfd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions datafusion/physical-expr/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ pub mod utils;
pub mod var_provider;
pub mod window;

// For backwards compatibility
pub use datafusion_common::hash_utils;

pub use aggregate::groups_accumulator::{
EmitTo, GroupsAccumulator, GroupsAccumulatorAdapter,
};
Expand Down

0 comments on commit 954dfd7

Please sign in to comment.