LauraXia123 commented on code in PR #12339:
URL: https://github.com/apache/gravitino/pull/12339#discussion_r3725596017


##########
web-v2/web/src/config/catalog.js:
##########
@@ -223,6 +225,41 @@ export const tableDefaultProps = {
       select: ['lance', 'delta'],
       description: 'The format of the table'
     }
+  ],
+  'jdbc-clickhouse': [
+    {
+      key: 'engine',
+      defaultValue: 'MergeTree',
+      selectGroups: clickHouseEngineGroups
+    },
+    {
+      key: 'cluster-name',
+      defaultValue: '',
+      parentField: 'engine',
+      show: ['Distributed'],
+      description: 'The cluster name for DDL operations'
+    },
+    {
+      key: 'cluster-remote-database',
+      defaultValue: '',
+      parentField: 'engine',
+      show: ['Distributed'],
+      description: 'The remote database name for ClickHouse distributed tables'
+    },
+    {
+      key: 'cluster-remote-table',
+      defaultValue: '',
+      parentField: 'engine',
+      show: ['Distributed'],
+      description: 'The remote table name for ClickHouse distributed tables'
+    },
+    {
+      key: 'cluster-sharding-key',
+      defaultValue: '',
+      parentField: 'engine',
+      show: ['Distributed'],
+      description: 'The sharding key for ClickHouse distributed tables'
+    }

Review Comment:
   getActiveTableDefaultProps have handle this case



-- 
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]

Reply via email to