tustvold opened a new issue, #483: URL: https://github.com/apache/arrow-ballista/issues/483
**Describe the bug** `ShuffleWriterExec::schema()` returns the schema of the underlying plan, however, `ShuffleWriterExec::execute` returns a stream of RecordBatch containing metadata and a consequently completely different schema. **To Reproduce** Use `ShuffleWriterExec` **Expected behavior** `ExecutionPlan::schema` should return the same schema as the `SendableRecordBatchStream` yielded by `ExecutionPlan::execute`. **Additional context** There is a potentially valid question as to why we have the schema stored in so many places... -- 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]
