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

   ## Which issue does this PR close?
   
   Closes #3430.
   
   ## Rationale for this change
   
   SPARK-48817 multi-insert test fails in Spark 4.x with native writer enabled. 
The `requiresNativeChildren` check doesn't handle `ReusedExchangeExec` (used to 
share shuffles in multi-insert) and `QueryStageExec` (AQE wrapper operators).
   
   ## What changes are included in this PR?
   
   - Added `producesArrowData()` helper that recursively unwraps 
`ReusedExchangeExec`, `ShuffleQueryStageExec`, `BroadcastQueryStageExec` and 
checks for `CometExec`.
   
   ## How are these changes tested?
   
   Added test case `parquet write with multi-insert pattern` in 
`CometParquetWriterSuite`.


-- 
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