This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from 7f84503bb revert accidently deleted size code in count_distinct (#5533)
add 8c34ca4fa Add UserDefinedLogicalNodeCore (#5521)
No new revisions were added by this update.
Summary of changes:
datafusion/core/src/physical_plan/planner.rs | 30 ++----
datafusion/core/tests/user_defined_plan.rs | 34 ++-----
datafusion/expr/src/lib.rs | 2 +-
datafusion/expr/src/logical_plan/extension.rs | 141 +++++++++++++++++++++++---
datafusion/expr/src/logical_plan/mod.rs | 2 +-
datafusion/optimizer/src/push_down_filter.rs | 30 +-----
datafusion/optimizer/src/test/user_defined.rs | 30 +-----
datafusion/proto/src/logical_plan/mod.rs | 30 +-----
8 files changed, 153 insertions(+), 146 deletions(-)