Skip to content

Commit

Permalink
[FLINK-21727][table-planner-blink] Add getter for catalogManager in P…
Browse files Browse the repository at this point in the history
…arserImpl

This closes apache#15151
  • Loading branch information
lirui-apache authored and wuchong committed Mar 16, 2021
1 parent e2b7256 commit 7bf296b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,8 @@ public ResolvedExpression parseSqlExpression(String sqlExpression, TableSchema i
sqlExpression,
sqlExpressionExpanded);
}

public CatalogManager getCatalogManager() {
return catalogManager;
}
}

0 comments on commit 7bf296b

Please sign in to comment.