twalthr commented on a change in pull request #8404: [FLINK-11476][table]
Create CatalogManager to manage multiple catalogs
URL: https://github.com/apache/flink/pull/8404#discussion_r283727549
##########
File path:
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/utils/TableTestBase.scala
##########
@@ -118,8 +118,12 @@ abstract class TableTestUtil {
}
else if (expectedLine == TableTestUtil.ANY_SUBTREE) {
break
- }
- else if (expectedLine != actualLine) {
+ } else if (!verifyCatalogPath && actualLine.contains("table=[[")) {
Review comment:
Could you explain these changes?
----------------------------------------------------------------
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