andygrove commented on issue #1268: URL: https://github.com/apache/datafusion-comet/issues/1268#issuecomment-3553615261
> > In Comet, we write the schema with each record batch. That likely explains the difference, especially with these tests which are writing 10 rows. > > [@kazuyukitanimura](https://github.com/kazuyukitanimura) [@comphead](https://github.com/comphead) fyi Slight correction. Comet writes the schema once per **shuffle block**, not once per batch. -- 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]
