mbutrovich commented on PR #3858: URL: https://github.com/apache/datafusion-comet/pull/3858#issuecomment-4171609609
Is there something smarter we could be doing in this scenario (_i.e._, `COUNT *` batches arriving at shuffle layer)? If one batch falls into this scenario (no schema) won't all batches? in which case could we just create an accumulator and not generate a bunch of IPC batches, and output one batch at the end with the accumulator number of rows? -- 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]
