Dandandan commented on PR #21023: URL: https://github.com/apache/datafusion/pull/21023#issuecomment-4087898095
https://github.com/apache/datafusion/pull/20944 there is an alternative approach here (still a bit messy code as I was experimenting around) Key points: * we can pack / compose indices as e.g. (u32, u32) for batch index + offset to avoid "finding" the batch offset again * for the single batch cases (small left side) we can use take instead of interleave -- 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]
