liukun4515 commented on issue #1946: URL: https://github.com/apache/arrow-rs/issues/1946#issuecomment-1166200546
@tustvold I read the java version of parquet write in the https://github.com/apache/parquet-mr/blob/e06384455567c56d5906fc3a152ab00fd8dfdf33/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetFileWriter.java#L916, and it do't follow the format https://github.com/apache/parquet-mr/blob/e06384455567c56d5906fc3a152ab00fd8dfdf33/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetFileWriter.java#L916 writing the Column Metadata behind each column chunk. Is there any missing information for me? I'm confused about the logic about write path between rust-parquet and java-parquet. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org