Hisoka-X commented on code in PR #6484:
URL: https://github.com/apache/seatunnel/pull/6484#discussion_r1524193919
##########
seatunnel-e2e/seatunnel-transforms-v2-e2e/seatunnel-transforms-v2-e2e-part-2/src/test/java/org/apache/seatunnel/e2e/transform/TestSQLIT.java:
##########
@@ -58,4 +60,14 @@ public void testSQLTransform(TestContainer container) throws
IOException, Interr
Container.ExecResult caseWhenSql =
container.executeJob("/sql_transform/case_when.conf");
Assertions.assertEquals(0, caseWhenSql.getExitCode());
}
+
+ @TestTemplate
+ @DisabledOnContainer(
+ value = {},
+ type = {EngineType.SPARK})
Review Comment:
Seem like the spark translation have some problem when use map type. You can
create an issue and add it into your disabledReason.
--
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]