addisoncrump commented on PR #49451: URL: https://github.com/apache/arrow/pull/49451#issuecomment-3999296258
Correct me if I'm wrong here, but the batch comparison won't happen unless the schema is suitably comparable, right? That would mean that you very rarely actually compare batches, then, because the probability that you have mutated the schema at the top and bottom of the IPC file s.t. they are equal is basically zero. That's why I'm suggesting the fix-up, as it would prevent the failure to compare. -- 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]
