HyukjinKwon opened a new pull request, #44305:
URL: https://github.com/apache/spark/pull/44305

   ### What changes were proposed in this pull request?
   
   This PR is same as https://github.com/apache/spark/pull/44233 but does not 
use `V1Table` but the original DSv2 interface by reusing UDTF execution code.
   
   ### Why are the changes needed?
   
   In order for Python Data Source to be able to be used in all other place 
including SparkR, Scala together.
   
   ### Does this PR introduce _any_ user-facing change?
   
   Yes. Users can register their Python Data Source, and use them in SQL, 
SparkR, etc.
   
   ### How was this patch tested?
   
   Unittests were added, and manually tested.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   No.
   


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