nastra commented on PR #10442:
URL: https://github.com/apache/iceberg/pull/10442#issuecomment-2150287932

   @huaxingao could you also please add the below diff to 
`TestViews.showViews()`
   ```
   --- 
a/spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestViews.java
   +++ 
b/spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestViews.java
   @@ -1462,6 +1462,11 @@ public class TestViews extends ExtensionsTestBase {
            .contains(
                // spark stores temp views case-insensitive by default
                row("global_temp", "globalviewforlisting", true), tempView);
   +
   +    sql("USE spark_catalog");
   +    assertThat(sql("SHOW VIEWS")).contains(tempView);
   +
   +    assertThat(sql("SHOW VIEWS IN default")).contains(tempView);
      }
   ```


-- 
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

Reply via email to