yuqi1129 commented on code in PR #10153:
URL: https://github.com/apache/gravitino/pull/10153#discussion_r2878334801
##########
web-v2/web/src/app/catalogs/rightContent/CreateTableDialog.js:
##########
@@ -115,10 +115,18 @@ export default function CreateTableDialog({ ...props }) {
const [form] = Form.useForm()
const values = Form.useWatch([], form)
+ const isClickHouseDistributedEngine =
+ provider === 'jdbc-clickhouse' &&
+ (values?.engine || values?.properties?.find(item => item?.key ===
'engine')?.value)?.toLowerCase?.() ===
+ 'distributed'
Review Comment:
Does this comment need to be resolved?
--
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]