wuchong commented on a change in pull request #10098:
[FLINK-14326][FLINK-14324][table] Support to apply watermark assigner in planner
URL: https://github.com/apache/flink/pull/10098#discussion_r343519642
##########
File path:
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/utils/TableTestBase.scala
##########
@@ -1005,6 +1013,11 @@ class TestingTableEnvironment private(
} else {
buffer(modifyOperations)
}
+ case createOperation: CreateTableOperation =>
+ catalogManager.createTable(
+ createOperation.getCatalogTable,
Review comment:
I agree with you. But we have to keep this `TestingTableEnvironment` for
now, because we need the methods of `registerFunction` and
`getBufferedOperations/clearBufferedOperations`. Please see the comment above
that methods.
----------------------------------------------------------------
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