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


##########
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:
   I will update it after paimon 1.4.0 released (paimon 1.3.0 has not been 
released so far, in progress).



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