gong commented on code in PR #6622:
URL: https://github.com/apache/inlong/pull/6622#discussion_r1032562784


##########
inlong-sort/sort-connectors/kafka/src/main/java/org/apache/inlong/sort/kafka/table/KafkaDynamicSource.java:
##########
@@ -18,6 +18,9 @@
 
 package org.apache.inlong.sort.kafka.table;
 
+import com.fasterxml.jackson.core.JsonProcessingException;
+import com.fasterxml.jackson.databind.ObjectMapper;

Review Comment:
   change to 
   ```
   import 
org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonProcessingException;
   import 
org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.ObjectMapper;
   ```



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