Harleen Singh Mann created HIVE-17557:
-----------------------------------------

             Summary: Hive tblproperties "parquet.compress" not working when 
used with "As" statement
                 Key: HIVE-17557
                 URL: https://issues.apache.org/jira/browse/HIVE-17557
             Project: Hive
          Issue Type: Bug
          Components: Hive
         Environment: CD-quickstart-vm-5.10.0-0-virtualbox
            Reporter: Harleen Singh Mann


This works as excepted:
{color:red}create table t3(col1 Int, col2 String) stored as parquet 
tblproperties ('PARQUET.COMPRESS'='SNAPPY');
{color}
However the saved parquet file is not compressed in the below case:
{color:red}create table t2 stored as parquet 
tblproperties('PARQUET.COMPRESS'='SNAPPY') as select * from t1;{color}

I am verifying the compression using "parquet-tools meta" command



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to