JingsongLi commented on a change in pull request #8977:
[FLINK-13071][table-planner-blink] QueryOperationConverter in Blink planner
support add kinds of QueryOperations.
URL: https://github.com/apache/flink/pull/8977#discussion_r300215701
##########
File path:
flink-table/flink-table-planner-blink/src/main/java/org/apache/flink/table/plan/QueryOperationConverter.java
##########
@@ -150,7 +315,7 @@ public RelNode visit(QueryOperation other) {
FlinkStatistic statistic;
List<String> names;
if (tableSourceOperation instanceof
RichTableSourceQueryOperation &&
- ((RichTableSourceQueryOperation<U>)
tableSourceOperation).getQualifiedName() != null) {
+ ((RichTableSourceQueryOperation<U>)
tableSourceOperation).getQualifiedName() != null) {
Review comment:
This PR has many error modification of indentation
----------------------------------------------------------------
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