You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2022/12/28 22:01:37 UTC

[arrow-datafusion] branch master updated (40bf5596b -> c9350d1b4)

This is an automated email from the ASF dual-hosted git repository.

tustvold pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


    from 40bf5596b Simplify parquet filter predicate test, fix Page Filtering Incorrectly Handles Pages with Different Row Counts  (#4743)
     add c9350d1b4 Deprecate SessionContext physical plan methods (#4617) (#4751)

No new revisions were added by this update.

Summary of changes:
 benchmarks/src/bin/tpch.rs                   | 13 +++++++------
 datafusion/core/src/dataframe.rs             |  5 +++++
 datafusion/core/src/execution/context.rs     |  6 ++++++
 datafusion/core/tests/custom_sources.rs      | 15 ++++++---------
 datafusion/core/tests/parquet/mod.rs         |  8 ++++----
 datafusion/core/tests/sql/aggregates.rs      |  6 +++---
 datafusion/core/tests/sql/explain.rs         |  5 ++++-
 datafusion/core/tests/sql/explain_analyze.rs | 15 +++++++--------
 datafusion/core/tests/sql/mod.rs             | 10 ++++------
 datafusion/core/tests/sql/projection.rs      | 25 ++++++++++++-------------
 datafusion/core/tests/sql/udf.rs             |  5 +----
 datafusion/core/tests/tpcds_planning.rs      |  5 +++--
 12 files changed, 62 insertions(+), 56 deletions(-)