Add iceberg.table-statistics-enabled property in Iceberg doc#12593
Add iceberg.table-statistics-enabled property in Iceberg doc#12593electrum merged 2 commits intotrinodb:masterfrom
iceberg.table-statistics-enabled property in Iceberg doc#12593Conversation
|
In addition, does |
iceberg.table-statistics-enabled property in Iceberg doc
iceberg.table-statistics-enabled property in Iceberg dociceberg.table-statistics-enabled property in Iceberg doc
| - Maximum number of partitions handled per writer. | ||
| - 100 | ||
|
|
||
| ORC format configuration |
There was a problem hiding this comment.
I would drop the first commit because the orc prefix in the property name makes it fairly obvious that the config is ORC specific.
There was a problem hiding this comment.
To maintain backward compatibility, the same parameters are used. For details, please refer to the following link.
#11732 (comment)
There was a problem hiding this comment.
Thanks, I will not rename hive.orc.bloom-filters.enabled.
mosabua
left a comment
There was a problem hiding this comment.
I like it ... its good to break up these long tables into meaningful topics.
|
Hi @hashhar, could you please help me review this PR when you have time? Thank you very much! |
colebow
left a comment
There was a problem hiding this comment.
I'll try to snag a maintainer's attention to get this merged.
|
Thanks! |
|
Well done @polaris6 and thank you for your contribution. |

Description
Add
iceberg.table-statistics-enabledproperty in Iceberg doc.Refer to
hive.table-statistics-enabledin Hive:https://trino.io/docs/current/connector/hive.html#hive-configuration-properties
This RR also adds
ORC format configuration propertiesmodule, refer to: https://trino.io/docs/current/connector/hive.html#orc-format-configuration-properties. Becausehive.orc.bloom-filters.enabledin Iceberg is specific to orc format.Related issues, pull requests, and links
Fixes #12589
Documentation
(x) Sufficient documentation is included in this PR.
Release notes
(x) No release notes entries required.