wangzzu commented on a change in pull request #1253: [CALCITE-3073] Support
read from special timestamp in KafkaAdapter
URL: https://github.com/apache/calcite/pull/1253#discussion_r291222356
##########
File path:
kafka/src/main/java/org/apache/calcite/adapter/kafka/KafkaStreamTable.java
##########
@@ -50,7 +61,13 @@
* implemented as a STREAM table.
*/
public class KafkaStreamTable implements ScannableTable, StreamableTable {
+ private static final Logger LOGGER =
LoggerFactory.getLogger(KafkaStreamTable.class);
+
final KafkaTableOptions tableOptions;
+ // Identify whether the seekToTimestamp method has been executed,
Review comment:
Thanks for reviewing it, I will modify it.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services