Skip to content

Commit fd89022

Browse files
pan3793ulysses-you
authored andcommitted
[KYUUBI #1893] Bump Delta 1.0.1
### _Why are the changes needed?_ https://github.com/delta-io/delta/releases/tag/v1.0.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 #1893 from pan3793/delta. Closes #1893 0f22cf1 [Cheng Pan] Bump Delta 1.0.1 Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: ulysses-you <ulyssesyou@apache.org>
1 parent 0d1502e commit fd89022

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
@@ -100,7 +100,7 @@
100100
<commons-lang.version>2.6</commons-lang.version>
101101
<commons-lang3.version>3.10</commons-lang3.version>
102102
<curator.version>2.12.0</curator.version>
103-
<delta.version>1.0.0</delta.version>
103+
<delta.version>1.0.1</delta.version>
104104
<flink.version>1.14.3</flink.version>
105105
<flink.archive.name>flink-${flink.version}-bin-scala_${scala.binary.version}.tgz</flink.archive.name>
106106
<flink.archive.mirror>https://archive.apache.org/dist/flink/flink-${flink.version}</flink.archive.mirror>
@@ -1851,7 +1851,7 @@
18511851
<id>spark-3.1</id>
18521852
<properties>
18531853
<spark.version>3.1.2</spark.version>
1854-
<delta.version>1.0.0</delta.version>
1854+
<delta.version>1.0.1</delta.version>
18551855
<iceberg.name>iceberg-spark-runtime-3.1_${scala.binary.version}</iceberg.name>
18561856
<maven.plugin.scalatest.exclude.tags>org.apache.kyuubi.tags.ExtendedSQLTest</maven.plugin.scalatest.exclude.tags>
18571857
</properties>

0 commit comments

Comments
 (0)