This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch dependabot/cargo/main/dashmap-6.0.0
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from 1e850e7545 Update datafusion-cli Cargo.lock
add 83fa6b22b7 cargo fmt
add 268f648db9 Minor: add parquet page stats for float{16, 32, 64} (#10982)
add ea0ba99d94 Fix `file_stream_provider` example compilation failure on
windows (#10975)
add c6b2efccf6 Stop copying LogicalPlan and Exprs in
`CommonSubexprEliminate` (2-3% planning speed improvement) (#10835)
add 0f80b9261f feat: Update documentation link in physical optimizer
module (#11002)
add 5c0cc81f36 Merge remote-tracking branch 'apache/main' into
dependabot/cargo/main/dashmap-6.0.0
No new revisions were added by this update.
Summary of changes:
.../examples/file_stream_provider.rs | 326 +++++------
datafusion-examples/examples/sql_analysis.rs | 2 +-
datafusion/common/src/tree_node.rs | 5 +
.../datasource/physical_plan/parquet/statistics.rs | 100 +++-
.../core/src/physical_optimizer/optimizer.rs | 2 +-
datafusion/core/tests/parquet/arrow_statistics.rs | 88 +++
datafusion/core/tests/parquet/mod.rs | 15 +
datafusion/expr/src/logical_plan/plan.rs | 64 +--
.../optimizer/src/common_subexpr_eliminate.rs | 594 ++++++++++++++-------
9 files changed, 807 insertions(+), 389 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]