andygrove opened a new pull request, #3276: URL: https://github.com/apache/datafusion-comet/pull/3276
## Summary - Adds V2 Parquet scan support for `native_datafusion` scan implementation - Previously, V2 scans with `native_datafusion` would fall back to Spark - Now uses `CometNativeParquetScan` (DataFusion-based reader), same as `native_iceberg_compat` ## Test plan - [x] Updated existing test to verify V2 scans work with `native_datafusion` when `COMET_EXEC_ENABLED=true` - [x] Added new test to verify fallback to Spark when `COMET_EXEC_ENABLED=false` - [x] All `CometScanRuleSuite` tests pass 🤖 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]
