neuyilan commented on code in PR #6128: URL: https://github.com/apache/paimon/pull/6128#discussion_r2354666272
########## .github/workflows/publish_snapshot.yml: ########## @@ -66,5 +66,6 @@ jobs: echo "</server></servers></settings>" >> $tmp_settings mvn --settings $tmp_settings clean deploy -Dgpg.skip -Drat.skip -DskipTests -Papache-release,spark3,flink1 + mvn --settings $tmp_settings clean deploy -Dgpg.skip -Drat.skip -DskipTests -Papache-release,spark3,scala_2.13,flink1 Review Comment: I think we need to publich it, because if other modules are compiled using scala 2.13 and reference the `paimon-spark` module, and the `paimon-spark` module only supports scala 2.12. other modules will fail to compile. -- 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: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org