This is an automated email from the ASF dual-hosted git repository.

garyli pushed a commit to branch release-0.8.0
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/release-0.8.0 by this push:
     new 8cc8c0b  [HOTFIX] Disable ITs for Spark3 and scala2.12 (#2733)
8cc8c0b is described below

commit 8cc8c0b743840e1b365e8625202fed0a53f66621
Author: Gary Li <yanjia.gary...@gmail.com>
AuthorDate: Sun Mar 28 01:07:57 2021 -0700

    [HOTFIX] Disable ITs for Spark3 and scala2.12 (#2733)
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index db1a798..e088cff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1426,6 +1426,7 @@
         <scala.version>${scala12.version}</scala.version>
         <scala.binary.version>2.12</scala.binary.version>
         <skip.hudi-spark3.unit.tests>true</skip.hudi-spark3.unit.tests>
+        <skipITs>true</skipITs>
       </properties>
       <activation>
         <property>
@@ -1473,6 +1474,7 @@
         
<fasterxml.jackson.module.scala.version>${fasterxml.spark3.version}</fasterxml.jackson.module.scala.version>
         
<fasterxml.jackson.dataformat.yaml.version>${fasterxml.spark3.version}</fasterxml.jackson.dataformat.yaml.version>
         <skip.hudi-spark2.unit.tests>true</skip.hudi-spark2.unit.tests>
+        <skipITs>true</skipITs>
       </properties>
       <activation>
         <property>

Reply via email to