benWize commented on a change in pull request #15890:
URL: https://github.com/apache/beam/pull/15890#discussion_r763158244
##########
File path:
sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/meta/provider/kafka/BeamKafkaTable.java
##########
@@ -222,6 +222,7 @@ public BeamTableStatistics
getTableStatistics(PipelineOptions options) {
throw new NoEstimationException("There is no partition with messages in
it.");
}
+ @SuppressWarnings("PreferJavaTimeOverload")
ConsumerRecords<T, T> records = consumer.poll(1000);
Review comment:
Fixed
--
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]