yuqi1129 commented on code in PR #9878:
URL: https://github.com/apache/gravitino/pull/9878#discussion_r2793461957
##########
catalogs-contrib/catalog-jdbc-clickhouse/src/main/java/org/apache/gravitino/catalog/clickhouse/operations/ClickHouseTableOperations.java:
##########
@@ -269,7 +281,7 @@ private ClickHouseTablePropertiesMetadata.ENGINE
appendTableEngine(
Map<String, String> properties, StringBuilder sqlBuilder, JdbcColumn[]
columns) {
ClickHouseTablePropertiesMetadata.ENGINE engine =
ENGINE_PROPERTY_ENTRY.getDefaultValue();
if (MapUtils.isNotEmpty(properties)) {
- String userSetEngine = properties.get(CLICKHOUSE_ENGINE_KEY);
+ String userSetEngine = properties.get(GRAVITINO_ENGINE_KEY);
Review Comment:
Conventionally, all keys are lowercase when creating a table via the
Gravitino API.
--
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]