Skip to content

Commit 5dba80c

Browse files
committed
[KYUUBI #1486] Enable delta test on Spark 3.2 with delta 1.1.0
### _Why are the changes needed?_ Delta 1.1.0 is out, compatible with Spark 3.2 ### _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.readthedocs.io/en/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #1486 from pan3793/delta. Closes #1486 8dce537 [Cheng Pan] Enable delta test on Spark 3.2 with delta 1.1.0 Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org>
1 parent 7f3f8af commit 5dba80c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1564,7 +1564,8 @@
15641564
<id>spark-3.2</id>
15651565
<properties>
15661566
<spark.version>3.2.0</spark.version>
1567-
<maven.plugin.scalatest.exclude.tags>org.apache.kyuubi.tags.ExtendedSQLTest,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.IcebergTest,org.apache.kyuubi.tags.HudiTest</maven.plugin.scalatest.exclude.tags>
1567+
<delta.version>1.1.0</delta.version>
1568+
<maven.plugin.scalatest.exclude.tags>org.apache.kyuubi.tags.ExtendedSQLTest,org.apache.kyuubi.tags.IcebergTest,org.apache.kyuubi.tags.HudiTest</maven.plugin.scalatest.exclude.tags>
15681569
</properties>
15691570
<modules>
15701571
<module>dev/kyuubi-extension-spark-common</module>

0 commit comments

Comments
 (0)