xuyangzhong commented on code in PR #17:
URL: 
https://github.com/apache/flink-connector-mongodb/pull/17#discussion_r1374480777


##########
flink-connector-mongodb/src/test/java/org/apache/flink/connector/mongodb/table/MongoDynamicTableSourceITCase.java:
##########
@@ -319,12 +361,13 @@ private static String createTestDDl(Map<String, String> 
extraOptions) {
                         "CREATE TABLE mongo_source",
                         "(",
                         "  _id BIGINT,",
+                        "  f0 STRING,",
                         "  f1 STRING,",
                         "  f2 BOOLEAN,",
                         "  f3 BINARY,",
                         "  f4 INTEGER,",
-                        "  f5 TIMESTAMP_LTZ(6),",
-                        "  f6 TIMESTAMP_LTZ(3),",
+                        "  f5 TIMESTAMP_LTZ(3),",

Review Comment:
   Got it. It is best to submit changes unrelated to this core issue to a 
separate commit in one pr.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to