nastra commented on code in PR #15052:
URL: https://github.com/apache/iceberg/pull/15052#discussion_r2691495019
##########
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestViews.java:
##########
@@ -215,9 +219,7 @@ public void readFromViewUsingNonExistingTable() throws
NoSuchTableException {
assertThatThrownBy(() -> sql("SELECT * FROM %s", viewName))
.isInstanceOf(AnalysisException.class)
.hasMessageContaining(
- String.format(
- "The table or view `%s`.`%s`.`non_existing` cannot be found",
- catalogName, NAMESPACE));
+ "The table or view `%s`.`%s`.`non_existing` cannot be found",
catalogName, NAMESPACE);
Review Comment:
this just backports some tiny changes that we haven't backported before
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]