enterwhat commented on code in PR #2906:
URL:
https://github.com/apache/incubator-seatunnel/pull/2906#discussion_r991065592
##########
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:
>
any problem with this pr? how long will this be reviewed again?
--
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]