huaxingao opened a new pull request, #12709: URL: https://github.com/apache/iceberg/pull/12709
This PR has the following changes: - Make `SparkScan` implement `org.apache.comet.parquet.SupportsComet` , so on Comet side, it can check `SupportsComet.isCometEnabled()` and turn on native execution. - change `useDecimal128` to true in a few places, to be consistent with the `useDecimal128` value in Comet - un-shade parquet for now so I can pass Parquet object from Iceberg to Comet. I will find a better way to get around this in the future. - update Comet version to 0.7.0 - disable Comet if there are deletes, because Comet native execution doesn't support delete logic yet. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org