longvu-db opened a new pull request, #56286:
URL: https://github.com/apache/spark/pull/56286

   ### What changes were proposed in this pull request?
   Adds an end-to-end Spark Connect test (`ClientE2ETestSuite`) that joins two 
independently constructed DataFrames over the same data and selects columns 
from both sides of the self-join.
   
   ### Why are the changes needed?
   To verify that column resolution from both sides of a self-join reusing a 
DataFrame works correctly (post SPARK-56632).
   
   ### Does this PR introduce _any_ user-facing change?
   No.
   
   ### How was this patch tested?
   New test in `ClientE2ETestSuite`.


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