yuqi1129 commented on code in PR #10880:
URL: https://github.com/apache/gravitino/pull/10880#discussion_r3154978598


##########
web-v2/web/src/config/index.js:
##########
@@ -310,7 +311,8 @@ export const indexesInfoMap = {
   'jdbc-mysql': ['primary_key', 'unique_key'],
   'jdbc-oceanbase': ['primary_key', 'unique_key'],
   'jdbc-postgresql': ['primary_key', 'unique_key'],
-  'lakehouse-paimon': ['primary_key']
+  'lakehouse-paimon': ['primary_key'],
+  'jdbc-clickhouse': ['primary_key']

Review Comment:
   Clickhouse also supports secondary index, but it's not so convenient to 
configure it in the web, so currently it is acceptable to me. 



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