Skip to content

Commit fa61da6

Browse files
yangrong688pan3793
authored andcommitted
[KYUUBI #2498] Upgrade Delta version to 1.2.1
### _Why are the changes needed?_ upgrade delta version to 1.2.1 ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #2502 from yangrong688/KYUUBI-2498. Closes #2498 8211830 [yangrong688] upgrade delta version to 1.2.1 2b3ab33 [yangrong688] upgrade delta version to 1.2.1 Authored-by: yangrong688 <yangrong.jxufe@gmail.com> Signed-off-by: Cheng Pan <chengpan@apache.org>
1 parent 93f13ef commit fa61da6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<commons-lang.version>2.6</commons-lang.version>
106106
<commons-lang3.version>3.10</commons-lang3.version>
107107
<curator.version>2.12.0</curator.version>
108-
<delta.version>1.2.0</delta.version>
108+
<delta.version>1.2.1</delta.version>
109109
<fb303.version>0.9.3</fb303.version>
110110
<flink.version>1.14.4</flink.version>
111111
<flink.archive.name>flink-${flink.version}-bin-scala_${scala.binary.version}.tgz</flink.archive.name>
@@ -1910,7 +1910,7 @@
19101910
<id>spark-3.2</id>
19111911
<properties>
19121912
<spark.version>3.2.1</spark.version>
1913-
<delta.version>1.2.0</delta.version>
1913+
<delta.version>1.2.1</delta.version>
19141914
<iceberg.name>iceberg-spark-runtime-3.2_${scala.binary.version}</iceberg.name>
19151915
<maven.plugin.scalatest.exclude.tags>org.apache.kyuubi.tags.ExtendedSQLTest,org.apache.kyuubi.tags.HudiTest</maven.plugin.scalatest.exclude.tags>
19161916
</properties>

0 commit comments

Comments
 (0)