Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion paimon-spark/paimon-spark-4.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ under the License.

<!--
`paimon-spark4-common` transitively pulls in `spark-sql-api` at the version set by
`paimon-spark-common.spark.version` (4.1.1 under the `spark4` profile). Spark 4.1's
`paimon-spark-common.spark.version` (4.1.2 under the `spark4` profile). Spark 4.1's
`SqlApiConf` added abstract `manageParserCaches()`, which Spark 4.0's concrete
anonymous subclasses (e.g. `WithTestConf$$anon$4`) don't implement. Mixing those
jars produces `AbstractMethodError` at parser configuration time. Pin
Expand Down
2 changes: 1 addition & 1 deletion paimon-spark/paimon-spark-4.1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ under the License.
<name>Paimon : Spark : 4.1 : 2.13</name>

<properties>
<spark.version>4.1.1</spark.version>
<spark.version>4.1.2</spark.version>
</properties>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -433,14 +433,14 @@ under the License.
<target.java.version>17</target.java.version>
<antlr4.version>4.13.1</antlr4.version>
<scala.binary.version>2.13</scala.binary.version>
<!-- Spark 4.1.1 is built against Scala 2.13.17; force the same stdlib here so that
<!-- Spark 4.1.2 is built against Scala 2.13.17; force the same stdlib here so that
`MurmurHash3.caseClassHash$default$2` and related APIs resolve at runtime. -->
<scala.version>2.13.17</scala.version>
<paimon-spark-common.spark.version>4.1.1</paimon-spark-common.spark.version>
<paimon-spark-common.spark.version>4.1.2</paimon-spark-common.spark.version>
<paimon-sparkx-common>paimon-spark4-common_2.13</paimon-sparkx-common>
<arrow.version>18.1.0</arrow.version>
<test.spark.main.version>4.1</test.spark.main.version>
<test.spark.version>4.1.1</test.spark.version>
<test.spark.version>4.1.2</test.spark.version>
</properties>
<activation>
<property>
Expand Down