collimarco commented on issue #6732: URL: https://github.com/apache/arrow-datafusion/issues/6732#issuecomment-1600943343
@jiangzhx The files are valid. I can easily open them with an editor like https://github.com/antonycourtney/tad and they are displayed properly. I have generated them with [Apache Arrow Ruby](https://github.com/apache/arrow/tree/main/ruby): ```ruby arrow_table = Arrow::Table.new(table) arrow_table.save("example.parquet", compression: :zstd) ``` -- 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]
