jiangxt2 commented on code in PR #11806: URL: https://github.com/apache/gravitino/pull/11806#discussion_r3544502437
########## docs/jdbc-clickhouse-catalog.md: ########## @@ -240,8 +240,9 @@ If you need Gravitino to manage an existing cluster database or table, recreate - `PRIMARY_KEY` - Data-skipping indexes: - - `DATA_SKIPPING_MINMAX` (`GRANULARITY` fixed to 1) - - `DATA_SKIPPING_BLOOM_FILTER` (`GRANULARITY` fixed to 3) + - `DATA_SKIPPING_MINMAX` (default `GRANULARITY` 1, configurable via `Index.properties()` key `granularity`) + - `DATA_SKIPPING_BLOOM_FILTER` (default `GRANULARITY` 1, configurable via `Index.properties()` key `granularity`) + - Note: `ALTER TABLE ADD INDEX` always uses the default `GRANULARITY` because the `TableChange.AddIndex` API has no `properties` field. Review Comment: Created #11946 to track this. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
