yuqi1129 commented on code in PR #12103:
URL: https://github.com/apache/gravitino/pull/12103#discussion_r3621980533
##########
docs/jdbc-doris-catalog.md:
##########
@@ -207,8 +206,21 @@ Index[] indexes = new Index[] {
### Table Properties
-- Doris supports table properties, and you can set them in the table
properties.
-- Only supports Doris table properties and doesn't support user-defined
properties.
+Doris table properties can be set when creating a table.
+Only Doris built-in table properties are supported; user-defined properties
are not supported.
+
+| Property Name | Description
| Default
Value | Required | Reserved | Immutable | Since Version |
+|----------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|----------|----------|-----------|------------------|
+| `replication_num` | The number of replications for the table.
If not specified and the number of backend servers less than 3, then the
default value is 1; If BE ≥ 3, the server-side default (3) will be used. | `1`
or `3` | No | No | No | 0.6.0-incubating |
+| `compression` | The compression type for the table.
Supported values: `ZSTD`, `LZ4`, `LZ4F`, `ZLIB`. Deprecated as a table-level
property in Doris 4.0+. |
(none) | No | No | No | 1.3.0 |
+| `bloom_filter_columns` | Comma-separated list of columns for which
bloom filter indexes are created.
| (none)
| No | No | No | 1.3.0 |
+| `storage_policy` | The name of the storage policy for
cold-hot separation.
|
(none) | No | No | No | 1.3.0 |
+| `light_schema_change` | Whether light schema change is enabled
for the table. Read-only; reflects the table's actual state and cannot be set
by users. | (none)
| No | Yes | — | 1.3.0 |
+| `enable_unique_key_merge_on_write` | Whether merge-on-write is enabled for
Unique Key tables. Read-only; reflects the table's actual state and cannot be
set by users. | (none)
| No | Yes | — | 1.3.0 |
Review Comment:
Align the table column.
##########
docs/jdbc-doris-catalog.md:
##########
@@ -207,8 +206,21 @@ Index[] indexes = new Index[] {
### Table Properties
-- Doris supports table properties, and you can set them in the table
properties.
-- Only supports Doris table properties and doesn't support user-defined
properties.
+Doris table properties can be set when creating a table.
+Only Doris built-in table properties are supported; user-defined properties
are not supported.
+
+| Property Name | Description
| Default
Value | Required | Reserved | Immutable | Since Version |
+|----------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|----------|----------|-----------|------------------|
+| `replication_num` | The number of replications for the table.
If not specified and the number of backend servers less than 3, then the
default value is 1; If BE ≥ 3, the server-side default (3) will be used. | `1`
or `3` | No | No | No | 0.6.0-incubating |
+| `compression` | The compression type for the table.
Supported values: `ZSTD`, `LZ4`, `LZ4F`, `ZLIB`. Deprecated as a table-level
property in Doris 4.0+. |
(none) | No | No | No | 1.3.0 |
Review Comment:
The version should be `2.0.0`
--
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]