aksmf1442 commented on code in PR #10360:
URL: https://github.com/apache/seatunnel/pull/10360#discussion_r2715800074


##########
seatunnel-transforms-v2/src/test/java/org/apache/seatunnel/transform/sql/zeta/ZetaSQLTypeTest.java:
##########
@@ -338,7 +339,7 @@ public void testCoalesceMultiIfModAndUdfTypes() {
         Function badCoalesce = new Function();
         badCoalesce.setName(ZetaSQLFunction.COALESCE);
         Assertions.assertThrows(
-                TransformException.class, () -> 
type.getExpressionType(badCoalesce));
+                SeaTunnelRuntimeException.class, () -> 
type.getExpressionType(badCoalesce));

Review Comment:
   The test build succeeded in the local environment, but the tests failed in 
GitHub Actions after deployment. I made a change thinking it might be related, 
but it doesn’t seem to be, so I will roll it back.



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

Reply via email to