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_r285997925
##########
File path:
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/utils/TableTestBase.scala
##########
@@ -106,8 +108,16 @@ abstract class TableTestUtil {
// depends on the native machine (Little/Big Endian)
val actualNoCharset = actual.replace("_UTF-16LE'",
"'").replace("_UTF-16BE'", "'")
+ // majority of tests did not assume existence of Catalog API.
+ // this enables disabling catalog path verification
+ val acutalWithAdjustedPath = if (!verifyCatalogPath) {
Review comment:
nit: typo
----------------------------------------------------------------
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