uros-b commented on PR #58445:
URL: https://github.com/apache/spark/pull/58445#issuecomment-5494650425

   Thank you @LuciferYang! The fix is minimal and correct. It mirrors 
doExecute's partitioning-aware branch exactly, uses 
SQLPartitioningAwareUnionRDD[T: ClassTag] generically (no new RDD type needed), 
and avoids the double-read of outputPartitioning that the sibling PR has to 
patch in the row path. The test anchors the invariants that make the fix 
meaningful (columnar-only path taken, co-locatable partitioning reported, 
exchange dropped) and compares against the result from the 
non-partitioning-aware path. No API, config, version, or MiMa concerns.


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