Github user fjh100456 commented on the issue:

    https://github.com/apache/spark/pull/20076
  
    @gatorsmile 
    I test it manually and found that table-level compression property coming 
from sqls like below still can not take effect, enven though passing table 
properties to a `hadoopConf`(just like what I do in #19218 ). Because it can 
not be found in properties of  `tableInfo`. I am not familiar with the SQL 
parsing, where is the attribute information stored when parsing SQL?
    ```CREATE table A using Parquet tblproperties (' parquet.compression ' = ' 
gzip ') ...```



---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to