This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from 5519b61457 deny on allow_attributes lint in physical-plan (#18983)
add 477053d831 Optimize planning / stop cloning Strings / Fields so much
(2-3% faster planning time) (#18415)
No new revisions were added by this update.
Summary of changes:
datafusion/common/src/datatype.rs | 114 +++++++++++++++++++--
datafusion/common/src/dfschema.rs | 56 +++++-----
datafusion/common/src/metadata.rs | 12 ++-
datafusion/core/src/dataframe/mod.rs | 7 +-
datafusion/core/src/physical_planner.rs | 2 +-
datafusion/expr/src/expr_schema.rs | 49 +++++----
datafusion/sql/src/expr/identifier.rs | 8 +-
datafusion/sql/src/statement.rs | 2 +-
.../src/logical_plan/consumer/rel/read_rel.rs | 6 +-
.../substrait/src/logical_plan/consumer/utils.rs | 28 ++---
docs/source/library-user-guide/upgrading.md | 15 +++
11 files changed, 214 insertions(+), 85 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]