rluvaton commented on PR #23345: URL: https://github.com/apache/datafusion/pull/23345#issuecomment-4902657423
@alamb the current failing tests are from a fuzz tests you added that verify that we output the same size for all the batches except 1, however this prevent one of the optimization here that just passthrough the stream and avoid the copy or slicing, WDYT? - https://github.com/apache/datafusion/pull/1678 -- 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]
