thesumery commented on code in PR #6424:
URL: https://github.com/apache/inlong/pull/6424#discussion_r1016115407


##########
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/format/DebeziumJsonDynamicSchemaFormat.java:
##########
@@ -44,7 +44,6 @@
  */
 public class DebeziumJsonDynamicSchemaFormat extends JsonDynamicSchemaFormat {
 
-    private static final String IDENTIFIER = "debezium-json";

Review Comment:
   'IDENTIFIER' is used for distinguish different DynamicSchemaFormat,but 
'map<String, ?>'  keys can achieve the same goal. Here if want to keep 
'IDENTIFIER', must modify getIdentifier to static function because it is 
private.
   



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