[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

0f22cf13 [Cheng Pan] Bump Delta 1.0.1

Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: ulysses-you <ulyssesyou@apache.org>
This commit is contained in:
Cheng Pan 2022-02-11 13:28:42 +08:00 committed by ulysses-you
parent 0d1502e3d7
commit fd89022952
No known key found for this signature in database
GPG Key ID: 4C500BC62D576766

View File

@ -100,7 +100,7 @@
<commons-lang.version>2.6</commons-lang.version>
<commons-lang3.version>3.10</commons-lang3.version>
<curator.version>2.12.0</curator.version>
<delta.version>1.0.0</delta.version>
<delta.version>1.0.1</delta.version>
<flink.version>1.14.3</flink.version>
<flink.archive.name>flink-${flink.version}-bin-scala_${scala.binary.version}.tgz</flink.archive.name>
<flink.archive.mirror>https://archive.apache.org/dist/flink/flink-${flink.version}</flink.archive.mirror>
@ -1851,7 +1851,7 @@
<id>spark-3.1</id>
<properties>
<spark.version>3.1.2</spark.version>
<delta.version>1.0.0</delta.version>
<delta.version>1.0.1</delta.version>
<iceberg.name>iceberg-spark-runtime-3.1_${scala.binary.version}</iceberg.name>
<maven.plugin.scalatest.exclude.tags>org.apache.kyuubi.tags.ExtendedSQLTest</maven.plugin.scalatest.exclude.tags>
</properties>