Hisoka-X commented on code in PR #9227:
URL: https://github.com/apache/seatunnel/pull/9227#discussion_r2096732577


##########
seatunnel-transforms-v2/src/test/java/org/apache/seatunnel/transform/sql/SQLTransformTest.java:
##########
@@ -411,7 +411,7 @@ public void tesCastBooleanClausesWithField() {
                                 new SeaTunnelRow(new Object[] 
{Integer.valueOf(1), 0, "false333"}));
                     } catch (Exception e) {
                         Assertions.assertEquals(
-                                "ErrorCode:[COMMON-05], 
ErrorDescription:[Unsupported operation] - Unsupported CAST AS Boolean: 
false333",

Review Comment:
   The new exception looks like lose expression value in message. We should fix 
it.



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