Ppei-Wang commented on code in PR #11751: URL: https://github.com/apache/iceberg/pull/11751#discussion_r1889529327
########## spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestViews.java: ########## @@ -1414,7 +1414,42 @@ public void describeExtendedView() { String.format( "['format-version' = '1', 'location' = '%s', 'provider' = 'iceberg']", location), - "")); + ""), + row("View Text", sql, "")); + } + + @TestTemplate + public void describeExtendedViewWithoutCurrentNamespace() { Review Comment: @nastra ok,I got it. sorry, a bit influenced by the previous comment. There is no problem following my original idea. -- 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. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org