andygrove opened a new pull request, #3458:
URL: https://github.com/apache/datafusion-comet/pull/3458

   ## Summary
   
   - Remove `IgnoreCometNativeDataFusion` tags from 3 `input_file_name` tests 
(`UDFSuite`, `ColumnExpressionSuite`, `HiveUDFSuite`) — the native_datafusion 
scan already falls back to Spark's `FileSourceScanExec` when metadata columns 
are present ([CometScanRule.scala 
L200-202](https://github.com/apache/datafusion-comet/blob/main/spark/src/main/scala/org/apache/comet/rules/CometScanRule.scala#L200-L202))
   - Fix `ExtractPythonUDFsSuite` Parquet V1 test by adding 
`CometNativeScanExec` to collect/match patterns so it handles the native scan 
node
   - Clean up unused `IgnoreCometNativeDataFusion` imports
   
   Closes #3312
   
   ## Test plan
   
   - [ ] Verify the 4 tests pass with 
`COMET_PARQUET_SCAN_IMPL=native_datafusion` on Spark 3.5:
     - `UDFSuite -- -z "SPARK-8005 input_file_name"`
     - `ColumnExpressionSuite -- -z "input_file_name, input_file_block_start"`
     - `HiveUDFSuite -- -z "SPARK-11522"`
     - `ExtractPythonUDFsSuite -- -z "Parquet V1"`
   
   🤖 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]

Reply via email to