hawk9821 commented on code in PR #9195:
URL: https://github.com/apache/seatunnel/pull/9195#discussion_r2048780855
##########
seatunnel-dist/src/main/assembly/assembly-bin.xml:
##########
@@ -187,6 +187,19 @@
<scope>provided</scope>
</dependencySet>
+ <!-- ============ SeaTunnel Transforms-v2 Jar============ -->
+ <dependencySet>
+ <useProjectArtifact>false</useProjectArtifact>
+ <useTransitiveDependencies>true</useTransitiveDependencies>
+ <unpack>false</unpack>
+ <includes>
+
<include>org.apache.seatunnel:seatunnel-transforms-v2:jar</include>
+ </includes>
+
<outputFileNameMapping>${artifact.file.name}</outputFileNameMapping>
+ <outputDirectory>/lib</outputDirectory>
Review Comment:
The core reason is NoClassDefFoundError
`org.apache.seatunnel.transform.sql.zeta.ZetaUDF`. It would be more appropriate
to move interface `org.apache.seatunnel.transform.sql.zeta.ZetaUDF` to the api
module
--
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]