andygrove opened a new pull request, #3415: URL: https://github.com/apache/datafusion-comet/pull/3415
## Summary - Add a check in `nativeDataFusionScan()` to detect when `spark.sql.parquet.fieldId.read.enabled` is true and fall back to Spark, since native DataFusion reads columns by name/position rather than Parquet field IDs - Remove the 6 `IgnoreCometNativeDataFusion` test annotations for #3316 from the Spark 3.5.8 diff (`ParquetFieldIdIOSuite`) Closes #3316 ## Test plan - [ ] Spark SQL tests in `ParquetFieldIdIOSuite` pass with `native_datafusion` enabled in CI 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
