Samreay opened a new issue, #1290:
URL: https://github.com/apache/iceberg-python/issues/1290

   ### Feature Request / Improvement
   
   Hi team! We're currently adopting Iceberg format but struggling to configure 
everything. For example, we'd like to change the parquet compression code from 
its default to snappy.
   
   I can see that this is an option in the configuration:
   
   
![image](https://github.com/user-attachments/assets/0dd40a32-4c8b-4894-a2fb-de9e91bc735a)
   
   But _how_ to actually use the configuration options and apply them seems to 
be missing from the page. Is there a `pyiceberg.configure` method, are these 
options that should be passed into `.append`, should this be set as an 
environment variable with some form of translation from 
`write.parquet.compression-codec` to 
`PYICEBERG_WRITE_PARQUET_COMPRESSION-CODEC`?
   
   I'm not sure!
   
   I'd gladly open a PR on this (once I know how you're supposed to do it) to 
add that detail, and also fix the incorrect description in the 
`write.parquet.page-row-limit` and `row-group-limit` rows.


-- 
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: issues-unsubscr...@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to