EricJoy2048 commented on code in PR #2906:
URL: 
https://github.com/apache/incubator-seatunnel/pull/2906#discussion_r984306985


##########
seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-druid/src/main/java/org/apache/seatunnel/flink/druid/source/DruidSource.java:
##########
@@ -169,6 +179,8 @@ private RowTypeInfo getRowTypeInfo(String jdbcURL, String 
datasource, Collection
             names[i] = field;
             i++;
         }
+        long count = Arrays.stream(typeInformation).filter(t -> null == 
t).count();
+        System.out.println("typeInformation null:::" + count);

Review Comment:
   > 
   
   I suggest you don't push a new pr if the new pr and this pr have many code 
dependency. Of course, if there is no code dependency between two prs, you can 
submit.



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