JesseAtSZ commented on code in PR #9041:
URL: https://github.com/apache/seatunnel/pull/9041#discussion_r2014083826
##########
seatunnel-connectors-v2/connector-kafka/src/main/java/org/apache/seatunnel/connectors/seatunnel/kafka/source/KafkaSource.java:
##########
@@ -78,9 +78,9 @@ public List<CatalogTable> getProducedCatalogTables() {
@Override
public SourceReader<SeaTunnelRow, KafkaSourceSplit> createReader(
SourceReader.Context readerContext) {
-
BlockingQueue<RecordsWithSplitIds<ConsumerRecord<byte[], byte[]>>>
elementsQueue =
- new LinkedBlockingQueue<>();
+ new
LinkedBlockingQueue<RecordsWithSplitIds<ConsumerRecord<byte[], byte[]>>>(
Review Comment:
This is written because there was an error in CI before: "cannot infer type
arguments for LinkedBlockingQueue<>"
--
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]