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 bffe60b5c Feat: Impl array flatten func (#2039) add c9ab291db fix: Fall back to `native_comet` when object store not supported by `native_iceberg_compat` (#2251) No new revisions were added by this update. Summary of changes: .../main/java/org/apache/comet/parquet/Native.java | 7 ++ docs/source/user-guide/compatibility.md | 5 ++ native/core/src/parquet/mod.rs | 35 ++++++++- native/core/src/parquet/objectstore/s3.rs | 6 ++ .../org/apache/comet/rules/CometScanRule.scala | 83 +++++++++++++++++++++- .../comet/objectstore/NativeConfigSuite.scala | 80 ++++++++++++++++++++- 6 files changed, 209 insertions(+), 7 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org