Skip to content

Commit 1b69b20

Browse files
author
Kyle Weaver
committed
update test
1 parent 8760842 commit 1b69b20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/java/extensions/sql/zetasql/src/test/java/org/apache/beam/sdk/extensions/sql/zetasql/ZetaSqlDialectSpecTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2617,7 +2617,7 @@ public void testStringAggregationParamsDelimiter() {
26172617
.build();
26182618

26192619
ZetaSQLQueryPlanner zetaSQLQueryPlanner = new ZetaSQLQueryPlanner(config);
2620-
thrown.expect(UnsupportedOperationException.class);
2620+
thrown.expect(ZetaSqlException.class); // BEAM-13673
26212621
zetaSQLQueryPlanner.convertToBeamRel(sql, params);
26222622
}
26232623

0 commit comments

Comments
 (0)