andygrove opened a new pull request, #3819: URL: https://github.com/apache/datafusion-comet/pull/3819
## Which issue does this PR close? Closes #. ## Rationale for this change The native Iceberg reader has matured enough to be enabled by default, removing the need for users to explicitly opt in via configuration. ## What changes are included in this PR? - Change default value of `spark.comet.scan.icebergNative.enabled` from `false` to `true` - Update user-guide Iceberg documentation to reflect the new default and remove the config from shell examples - Update benchmark README to note the feature is enabled by default ## How are these changes tested? Existing Iceberg test suites cover the native reader. This change only flips the default; no new behavior is introduced. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
