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

 ##########
 File path: 
kafka/src/main/java/org/apache/calcite/adapter/kafka/KafkaStreamTable.java
 ##########
 @@ -50,7 +61,10 @@
  * implemented as a STREAM table.
  */
 public class KafkaStreamTable implements ScannableTable, StreamableTable {
+  private static final Logger LOGGER = 
LoggerFactory.getLogger(KafkaStreamTable.class);
+
   final KafkaTableOptions tableOptions;
+  private boolean seekFlag = false;
 
 Review comment:
   Can we add some comments for this flag ?

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

Reply via email to