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 6ea305ec4c feat: allow custom caching via logical node (#18688)
add 2db3aeaa53 chore: Enforce `clippy::needless_pass_by_value` globally
across the workspace (#18904)
No new revisions were added by this update.
Summary of changes:
Cargo.toml | 1 +
.../examples/custom_data_source/custom_datasource.rs | 1 +
.../examples/execution_monitoring/memory_pool_execution_plan.rs | 1 +
datafusion-examples/examples/flight/server.rs | 1 +
datafusion-examples/examples/query_planning/pruning.rs | 1 +
datafusion/core/benches/aggregate_query_sql.rs | 1 +
datafusion/core/benches/csv_load.rs | 1 +
datafusion/core/benches/data_utils/mod.rs | 1 +
datafusion/core/benches/dataframe.rs | 1 +
datafusion/core/benches/distinct_query_sql.rs | 2 ++
datafusion/core/benches/math_query_sql.rs | 1 +
datafusion/core/benches/physical_plan.rs | 1 +
datafusion/core/benches/sort_limit_query_sql.rs | 1 +
datafusion/core/benches/sql_planner.rs | 1 +
datafusion/core/benches/topk_aggregate.rs | 1 +
datafusion/core/benches/window_query_sql.rs | 1 +
datafusion/core/src/bin/print_functions_docs.rs | 1 +
datafusion/core/tests/custom_sources_cases/mod.rs | 1 +
datafusion/core/tests/expr_api/mod.rs | 2 ++
datafusion/core/tests/fuzz_cases/mod.rs | 6 ++++++
datafusion/core/tests/parquet/encryption.rs | 1 +
datafusion/core/tests/parquet/mod.rs | 4 ++++
datafusion/core/tests/physical_optimizer/mod.rs | 5 +++++
datafusion/core/tests/user_defined/user_defined_aggregates.rs | 1 +
datafusion/functions-aggregate/benches/array_agg.rs | 1 +
datafusion/functions-aggregate/benches/count.rs | 1 +
datafusion/functions-aggregate/benches/sum.rs | 1 +
datafusion/functions/benches/pad.rs | 1 +
datafusion/functions/benches/substr.rs | 1 +
datafusion/physical-expr/benches/binary_op.rs | 1 +
datafusion/physical-expr/benches/case_when.rs | 6 +++---
datafusion/physical-plan/benches/aggregate_vectorized.rs | 1 +
datafusion/physical-plan/benches/spill_io.rs | 1 +
datafusion/sql/tests/sql_integration.rs | 4 ++++
datafusion/sqllogictest/bin/sqllogictests.rs | 1 +
datafusion/sqllogictest/src/engines/conversion.rs | 1 +
36 files changed, 55 insertions(+), 3 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]