sijie commented on a change in pull request #3265:  [flink-consumer-source] fix 
up streaming to be consistent with batch
URL: https://github.com/apache/pulsar/pull/3265#discussion_r244549518
 
 

 ##########
 File path: 
examples/flink-consumer-source/src/main/java/org/apache/flink/streaming/connectors/pulsar/example/PulsarConsumerSourceWordCountToJsonTableSink.java
 ##########
 @@ -104,10 +105,14 @@ public static void main(String[] args) throws Exception {
                         new WordWithCount(c1.word, c1.count + c2.count));
 
         tableEnvironment.registerDataStream("wc",wc);
-
         Table table = tableEnvironment.sqlQuery("select * from wc");
+        table.printSchema();
+//        root
 
 Review comment:
   can you fix the indent?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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