How to create Iceberg table with parquet format and snappy compression files. #23338
Unanswered
perceptron01
asked this question in
Q&A
Replies: 1 comment
-
It's related to #20401 The session property affects only when writing data files. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wan to create a Iceberg table with parquet format and snappy compression files.
According to the Document, we can specify the file format when creating a iceberg table as follows.
But it was not clear from the documentation how to specify that the file should be SNAPPY compressed.
As #15037 says, I tried
set session
command, but this doesn't work.Is there a way to specify compression codec for iceberg tables in Trino?
Beta Was this translation helpful? Give feedback.
All reactions