This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git.
from e213254 Optimize count agg expr with null column statistics (#1063)
add bcd1258 Extract Explain, Analyze, Extension in LogicalPlan as
independent struct (#1317)
No new revisions were added by this update.
Summary of changes:
.../rust/core/src/serde/logical_plan/to_proto.rs | 12 +--
datafusion/src/execution/context.rs | 53 ++++++-------
datafusion/src/logical_plan/builder.rs | 12 +--
datafusion/src/logical_plan/plan.rs | 88 +++++++++++++---------
datafusion/src/optimizer/projection_push_down.rs | 21 +++---
datafusion/src/optimizer/utils.rs | 21 +++---
datafusion/src/physical_plan/planner.rs | 55 ++++++--------
datafusion/src/sql/planner.rs | 9 ++-
datafusion/src/test/user_defined.rs | 3 +-
datafusion/tests/user_defined_plan.rs | 5 +-
10 files changed, 138 insertions(+), 141 deletions(-)