-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[format]Set orc.compression.zstd.level to 3 by default #3114
Conversation
Can you update documentation too? |
<td>Integer</td> | ||
<td>Define the compression level to use with ZStandard codec while writing data. The valid range is 1~22.</td> | ||
</tr> | ||
<tr> | ||
<td><h5>orc.compression.zstd.windowlog</h5></td> |
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.
See OrcOptions, there is no orc.compression.zstd.windowlog.
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.
See OrcOptions, there is no orc.compression.zstd.windowlog.
Paimon OrcOptions is useless at the moment.
According to org.apache.paimon.format.orc.OrcWriterFactory#getWriterOptions
org.apache.orc.OrcFile.WriterOptions convert form writerProperties direct,
and orc.compression.zstd.windowlog is support by OrcFile.WriterOptions.
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.
OrcOptions
is used to generate documentation.
+1 |
Set orc.compression.zstd.level to 3 by default