-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Document Parquet write options #364
Conversation
a59232c
to
b85c19f
Compare
mkdocs/docs/configuration.md
Outdated
@@ -62,7 +62,16 @@ You can also set the FileIO explicitly: | |||
| ---------- | -------------------------------- | ----------------------------------------------------------------------------------------------- | | |||
| py-io-impl | pyiceberg.io.fsspec.FsspecFileIO | Sets the FileIO explicitly to an implementation, and will fail explicitly if it can't be loaded | | |||
|
|||
For the FileIO there are several configuration options available: | |||
General configuration: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we have a new section called Tables
and make these configs under a sub-section Write properties
. I think it may be better to separate the general table properties from configurations of FileIO and Catalogs, which are more vendor specific.
Also, I think we can write a note in the new section, indicating that currently pyiceberg write only support certain table write properties. WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Just a tiny comment.
Co-authored-by: Honah J. <[email protected]>
No description provided.