dawidwys commented on a change in pull request #9971: [FLINK-14490][table] Add
methods for interacting with temporary objects
URL: https://github.com/apache/flink/pull/9971#discussion_r338419343
##########
File path:
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/sqlexec/SqlToOperationConverterTest.java
##########
@@ -124,7 +125,7 @@ public void testCreateTable() {
" 'kafka.topic' = 'log.test'\n" +
")\n";
final FlinkPlannerImpl planner =
getPlannerBySqlDialect(SqlDialect.DEFAULT);
Review comment:
It uses the dialect to create a parser for view expansion. (though we do not
support views expansion yet).
----------------------------------------------------------------
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