Skip to content

Commit 8d5aa69

Browse files
committed
support backward compatibility
Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
1 parent 3b51288 commit 8d5aa69

File tree

1 file changed

+3
-0
lines changed
  • datafusion/physical-expr/src

1 file changed

+3
-0
lines changed

datafusion/physical-expr/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ pub mod utils;
4848
pub mod var_provider;
4949
pub mod window;
5050

51+
// For backwards compatibility
52+
pub use datafusion_common::hash_utils;
53+
5154
pub use aggregate::groups_accumulator::{
5255
EmitTo, GroupsAccumulator, GroupsAccumulatorAdapter,
5356
};

0 commit comments

Comments
 (0)