jorisvandenbossche commented on issue #34898: URL: https://github.com/apache/arrow/issues/34898#issuecomment-1504836700
For serializing the schema through IPC, you can also store just the Schema message, instead of creating it with an empty table (using `Schema.serialize()` and `pyarrow.ipc.read_schema()`, see https://stackoverflow.com/a/75956683/653364). That can be a bit simpler, but might be less generic for other tools (that might expect a RecordBatch message). -- 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]
