twalthr commented on a change in pull request #8521: [FLINK-12601][table] Make the DataStream & DataSet conversion to a Table independent from Calcite URL: https://github.com/apache/flink/pull/8521#discussion_r289789962
########## File path: flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/operations/PlannerTableOperation.java ########## @@ -61,7 +61,7 @@ public TableSchema getTableSchema() { @Override public String asSummaryString() { - return "PlannerNode"; + return "PlannerNode()"; Review comment: Just `PlannerNode:`? ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services