liukun4515 opened a new issue, #1946:
URL: https://github.com/apache/arrow-rs/issues/1946

   **Describe the bug**
   I'm working on the https://github.com/apache/arrow-rs/pull/1935, and go 
through the write path of rust-version.
   
   I find that parquet-write write some error data which is ColumnChunk to the 
file, you can find the logic from 
https://github.com/apache/arrow-rs/blob/9f7b6004d365b0c0bac8e30170b49bdd66cc7df0/parquet/src/file/writer.rs#L441
   
   From my knowledge about parquet format in this 
https://github.com/apache/parquet-format/blob/54e53e5d7794d383529dd30746378f19a12afd58/src/main/thrift/parquet.thrift#L789
 and https://github.com/apache/parquet-format#file-format, the data after 
column data is  `ColumnMetaData`, not ColumnChunk
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   **Additional context**
   Add any other context about the problem here.
   


-- 
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]

Reply via email to