You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/meta/provider/iceberg/IcebergReadWriteIT.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ public void runSqlWriteAndRead(boolean withPartitionFields)
151
151
sqlEnv.executeDdl(createCatalog);
152
152
153
153
// 2) use the catalog we just created
154
-
StringsetCatalog = "SET CATALOG my_catalog";
154
+
StringsetCatalog = "USE CATALOG my_catalog";
155
155
sqlEnv.executeDdl(setCatalog);
156
156
157
157
// 3) create beam table
@@ -277,7 +277,7 @@ public void testSQLReadWithProjectAndFilterPushDown() {
Copy file name to clipboardExpand all lines: sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/meta/provider/iceberg/IcebergTableProviderTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ public void testBuildBeamSqlTableWithPartitionFields() {
84
84
.build();
85
85
86
86
sqlEnv.executeDdl("CREATE CATALOG my_catalog TYPE iceberg");
0 commit comments