jizezhang commented on code in PR #19342: URL: https://github.com/apache/datafusion/pull/19342#discussion_r2637249921
########## datafusion/physical-plan/src/async_func.rs: ########## Review Comment: https://github.com/apache/datafusion/pull/19002 contains test, e.g. https://github.com/apache/datafusion/blob/d8e68a404aa7955b4913bab1c658a4ec5c82f0fc/datafusion/physical-plan/src/repartition/mod.rs#L1753 Have you by any chance tried leveraging `TestMemoryExec` https://github.com/apache/datafusion/blob/d8e68a404aa7955b4913bab1c658a4ec5c82f0fc/datafusion/physical-plan/src/test.rs#L62 to create an input plan/stream to this exec and check output batch sizes? or it did not work? -- 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]
