twalthr commented on a change in pull request #9167: [FLINK-13279][table]
Fallback to the builtin catalog when looking for registered tables.
URL: https://github.com/apache/flink/pull/9167#discussion_r304929692
##########
File path:
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/api/internal/TableEnvImpl.scala
##########
@@ -92,7 +93,11 @@ abstract class TableEnvImpl(
config,
functionCatalog,
asRootSchema(new CatalogManagerCalciteSchema(catalogManager,
isStreamingMode)),
- expressionBridge)
+ expressionBridge,
+ catalogManager.getBuiltinCatalogName,
+ JavaScalaConversionUtil
Review comment:
nit: same comment than above
----------------------------------------------------------------
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