We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21cb070 commit 9cd00afCopy full SHA for 9cd00af
1 file changed
pom.xml
@@ -2001,7 +2001,7 @@
2001
here we choose 1.6.1 to ensure that tests happy when activate both -Pjava-8 and -Pspark-3.3.
2002
-->
2003
<iceberg.version>1.6.1</iceberg.version>
2004
- <!-- Exclude Paimon test due to paimon-common has linkage on Spark 3.4 classes -->
+ <!-- Exclude Paimon test due to paimon-common has runtime linkage issue on Spark 3.4 classes -->
2005
<maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow,org.apache.kyuubi.tags.PaimonTest</maven.plugin.scalatest.exclude.tags>
2006
</properties>
2007
</profile>
0 commit comments