rdblue commented on a change in pull request #1435:
URL: https://github.com/apache/iceberg/pull/1435#discussion_r485981796
##########
File path:
flink/src/test/java/org/apache/iceberg/flink/TestFlinkCatalogDatabase.java
##########
@@ -59,6 +59,7 @@ public void testCreateNamespace() {
@Test
public void testDefaultDatabase() {
sql("USE CATALOG %s", catalogName);
+ sql("show tables");
Review comment:
Nit: other statements use all caps for SQL reserved words. Should this
be `SHOW TABLES`?
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]