JNSimba commented on code in PR #307:
URL: 
https://github.com/apache/doris-flink-connector/pull/307#discussion_r1470868198


##########
flink-doris-connector/src/main/java/org/apache/doris/flink/sink/writer/serializer/jsondebezium/JsonDebeziumSchemaChangeImplV2.java:
##########
@@ -246,9 +247,34 @@ public TableSchema extractCreateTableSchema(JsonNode 
record) throws JsonProcessi
         Preconditions.checkArgument(split.length == 2);
         tableSchema.setDatabase(split[0]);
         tableSchema.setTable(split[1]);
+        if (tableProperties.containsKey("table-buckets")) {
+            String s = tableProperties.get("table-buckets");

Review Comment:
   Please modify the variable name



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to