This is an automated email from the ASF dual-hosted git repository.
jakevin pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from 820843ff59 Removes Bloom filter for Int8/Int16/Uint8/Uint16 (#9969)
add 86ad8a5808 Move LogicalPlan tree_node modul (#9995)
No new revisions were added by this update.
Summary of changes:
datafusion/expr/src/logical_plan/mod.rs | 1 +
datafusion/expr/src/logical_plan/plan.rs | 2 +-
.../plan.rs => logical_plan/tree_node.rs} | 0
.../expr/src/{tree_node/expr.rs => tree_node.rs} | 0
datafusion/expr/src/tree_node/mod.rs | 21 ---------------------
5 files changed, 2 insertions(+), 22 deletions(-)
rename datafusion/expr/src/{tree_node/plan.rs => logical_plan/tree_node.rs}
(100%)
rename datafusion/expr/src/{tree_node/expr.rs => tree_node.rs} (100%)
delete mode 100644 datafusion/expr/src/tree_node/mod.rs