-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Parquet Reader Decoder Support Status #9767
Comments
Parquet Version 2 Data TypesParquet file created from Presto Java The two Encodings that did not show up when creating parquet files from Presto Java was BYTE_STREAM_SLIT(Float, Double) and DELTA_LENGTH_BYTE_ARRAY(varchar, string, binary). Using Spark we were also not able to create the parquet file to use these encodings, but with Apache Arrow we were able to create a parquet file to use these encoding by changing around the WriterProperties as seen from this doc: https://arrow.apache.org/docs/cpp/parquet.html#writer-properties Following is a list of the type and parquet encoding for V2 parquet table created from Presto Java
|
Description
Normal Data Page Types
Normal Data Page Encodings
Dictionary Page Encodings
Repetition/Definition Levels
The text was updated successfully, but these errors were encountered: