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

github-merge-queue[bot] pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


    from 9713809710 fix: preserve map field metadata and honor target sorted 
flag in cast_map_to_map (#5227)
     add 10741ae972 fix: reject duplicate Parquet field names before decoding 
(#5786)
     add 5d59317630 feat: use DataFusion `unnest_outer` instead of Comet's 
`ListEmptyToNullExpr` (#6132)

No new revisions were added by this update.

Summary of changes:
 .../expression-audits/generator_funcs.md           |   4 +-
 .../user-guide/latest/compatibility/scans.md       |  14 +
 native/core/benches/explode.rs                     | 176 +++++--
 .../execution/expressions/list_empty_to_null.rs    | 311 ------------
 native/core/src/execution/expressions/mod.rs       |   1 -
 native/core/src/execution/operators/explode.rs     | 311 +++++++-----
 .../core/src/execution/operators/iceberg_scan.rs   |  55 +++
 native/core/src/execution/planner.rs               |  40 +-
 native/core/src/parquet/parquet_exec.rs            |   2 +-
 native/core/src/parquet/parquet_support.rs         |  21 +-
 native/core/src/parquet/schema_adapter.rs          | 533 ++++++++++++++++++---
 .../sql-tests/expressions/array/explode.sql        |  10 +-
 .../sql-tests/expressions/array/posexplode.sql     |  15 +-
 .../apache/comet/exec/CometGenerateExecSuite.scala |  15 +-
 .../apache/comet/exec/CometNativeReaderSuite.scala | 328 +++++++++++++
 15 files changed, 1267 insertions(+), 569 deletions(-)
 delete mode 100644 native/core/src/execution/expressions/list_empty_to_null.rs


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

Reply via email to