Details
Description
ORC supports the orc.compress table property:
create table Addresses (
name string,
street string,
city string,
state string,
zip int
) stored as orc tblproperties ("orc.compress"="NONE");
I think it'd be great to support the same for Parquet.
Attachments
Attachments
Issue Links
- blocks
-
HIVE-8120 Umbrella JIRA tracking Parquet improvements
-
- Open
-
- is related to
-
HIVE-8823 Add additional serde properties for parquet
-
- Resolved
-
-
HIVE-8469 Add parquet.compression as a Serde Property
-
- Resolved
-
-
HIVE-11598 Document Configuration for Parquet Files
-
- Open
-