ajantha-bhat commented on issue #4914:
URL: https://github.com/apache/iceberg/issues/4914#issuecomment-1729281728
@NhatDuy11 and @Silver-PN,
It is a table property. Not a spark property.
In the create table SQL we can specify the table property.
```
spark.sql("CREATE TABLE local.test.cnd10 (name STRING,id INT) using iceberg
TBLPROPERTIES ('write.parquet.compression-codec' = 'gzip')")
```
There is an option to specify them as table-default properties at the
catalog level aswell as mentioned by the last two entries of table
https://iceberg.apache.org/docs/latest/spark-configuration/#catalog-configuration
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]