turboFei commented on code in PR #3878:
URL: https://github.com/apache/amoro/pull/3878#discussion_r2488324515


##########
amoro-format-mixed/amoro-mixed-spark/v3.5/amoro-mixed-spark-3.5/pom.xml:
##########
@@ -476,4 +490,23 @@
         </plugins>
     </build>
 
+    <profiles>
+        <profile>
+            <id>scala-2.13</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-surefire-plugin</artifactId>
+                        <configuration>
+                            <excludes>
+                                <!-- no paimon-spark on scala-2.13 released so 
far -->
+                                <exclude>**/TestUnifiedCatalog.java</exclude>

Review Comment:
   new paimon-spark lib with scala.binary.binary has not been released.
   
   Will update the paimon version for spark-3.5 after it released.
   
https://github.com/apache/paimon/blob/f919aa82feb89b60d08b6fb7ce8c38233d864b92/paimon-spark/paimon-spark-3.5/pom.xml#L31



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