Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why the logic of ParquetFileWrite is diff from the parquet format #399

Open
asfimport opened this issue Jun 25, 2022 · 1 comment
Open

Comments

@asfimport
Copy link
Collaborator

Hi parquet-mr teams,

When I reading the parquet writer in [ParquetFileWriter](https://github.com/apache/parquet-mr/blob/e06384455567c56d5906fc3a152ab00fd8dfdf33/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetFileWriter.java#L916),  I find that there is no column metadata behind the each column chunk described in the [Parquet-Format] (https://github.com/apache/parquet-format#file-format) and [thrift definition](https://github.com/apache/parquet-format/blob/54e53e5d7794d383529dd30746378f19a12afd58/src/main/thrift/parquet.thrift#L790) 

 

Reporter: Kun Liu / @liukun4515

Note: This issue was originally created as PARQUET-2162. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant