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 2512608 add annotation for select_to_plan (#1714)
add 1caf52a Support `create_physical_expr` and `ExecutionContextState` or
`DefaultPhysicalPlanner` for faster speed (#1700)
No new revisions were added by this update.
Summary of changes:
.../core/src/serde/physical_plan/from_proto.rs | 3 +-
datafusion/src/execution/context.rs | 40 +-
datafusion/src/optimizer/simplify_expressions.rs | 30 +-
datafusion/src/physical_optimizer/pruning.rs | 13 +-
datafusion/src/physical_plan/functions.rs | 34 +-
datafusion/src/physical_plan/planner.rs | 935 ++++++++++-----------
6 files changed, 525 insertions(+), 530 deletions(-)