owenowenisme opened a new pull request, #50802:
URL: https://github.com/apache/arrow/pull/50802

   ### Rationale for this change
   Closes #50801
   As title, this exposes RecordBatchReaderSourceNodeOptions to Python. With 
it, a hash join can build its hash table once and stream the probe side through 
as a generator-backed RecordBatchReader, releasing each input chunk as it is 
consumed, instead of materializing the full probe table up front (table_source) 
or pinning all fragments for the plan's lifetime (dataset scan).
   
   ### Are these changes tested?
   Yes
   ### Are there any user-facing changes?
   Yeah, users can pass RecordBatchReaderSourceNodeOptions into Declaration
   **This PR includes breaking changes to public APIs.** (If there are any 
breaking changes to public APIs, please explain which changes are breaking. If 
not, you can remove this.)
   
   **This PR contains a "Critical Fix".** (If the changes fix either (a) a 
security vulnerability, (b) a bug that caused incorrect or invalid data to be 
produced, or (c) a bug that causes a crash (even when the API contract is 
upheld), please provide explanation. If not, you can remove this.)
   


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

Reply via email to