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

mbutrovich pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


    from d88a8f5cb fix: Update FuzzDataGenerator to produce dictionary-encoded 
string arrays & fix bugs that this exposes (#2635)
     add 62a68acd7 feat: Implement metrics for iceberg compat (#2615)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/comet/parquet/Native.java |   3 +-
 .../apache/comet/parquet/NativeBatchReader.java    |  10 +-
 native/core/src/execution/metrics/utils.rs         |  18 ++--
 native/core/src/execution/mod.rs                   |   2 +-
 native/core/src/parquet/mod.rs                     |  16 +++-
 .../scala/org/apache/comet/MetricsSupport.scala    |  29 +-----
 .../comet/parquet/CometParquetFileFormat.scala     |  10 +-
 .../apache/comet/parquet/CometParquetScan.scala    |  13 ++-
 .../org/apache/comet/rules/CometScanRule.scala     |   4 +-
 .../spark/sql/comet/CometBatchScanExec.scala       |  20 ++--
 .../apache/spark/sql/comet/CometMetricNode.scala   | 104 ++++++++++++++++++++-
 .../spark/sql/comet/CometNativeScanExec.scala      |  82 +---------------
 .../org/apache/spark/sql/comet/CometScanExec.scala |  31 +++---
 .../org/apache/comet/exec/CometExecSuite.scala     |  42 +++------
 .../apache/comet/parquet/ParquetReadSuite.scala    |  12 +--
 15 files changed, 205 insertions(+), 191 deletions(-)


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

Reply via email to