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

blaginin pushed a change to branch db/split-lint
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


    from 366197e3c lint to have a separate cache
     add 7119cf9c0 Revert "chore(deps): bump runs-on/action from 2.0.3 to 2.1.0 
(#3684)" (#3714)
     add 1c8c873b2 chore(deps): bump lz4_flex from 0.12.0 to 0.12.1 in /native 
(#3713)
     add 76ea2ddef perf: Coalesce broadcast exchange batches before 
broadcasting (#3703)
     add f85f69772 chore: Add changelog for 0.14.0 release (#3681)
     add f6d84b138 fix: fall back from native_datafusion for duplicate fields 
in case-insensitive mode (#3687)
     add 71f22f502 fix: enable more Spark SQL tests for `native_datafusion` 
(`DynamicPartitionPruningSuite` / `ExplainSuite`) (#3694)
     new a86c59948 Merge branch 'main' into db/split-lint

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/spark/sql/comet/util/Utils.scala    | 111 ++++++++-
 dev/changelog/0.14.0.md                            | 256 +++++++++++++++++++++
 dev/diffs/3.5.8.diff                               |  76 +++---
 docs/source/contributor-guide/parquet_scans.md     |   4 +
 native/Cargo.lock                                  |   4 +-
 native/core/Cargo.toml                             |   2 +-
 .../org/apache/comet/rules/CometScanRule.scala     |  16 ++
 .../sql/comet/CometBroadcastExchangeExec.scala     |  17 +-
 .../spark/sql/comet/CometNativeScanExec.scala      |  40 +++-
 .../org/apache/comet/exec/CometExecSuite.scala     |  12 +-
 .../org/apache/comet/exec/CometJoinSuite.scala     |  84 ++++++-
 11 files changed, 556 insertions(+), 66 deletions(-)
 create mode 100644 dev/changelog/0.14.0.md


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to