You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uniffle.apache.org by js...@apache.org on 2022/07/06 02:26:15 UTC

[incubator-uniffle] branch master updated: [TYPO] Fix misspelled word "integration" (#34)

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

jshao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git


The following commit(s) were added to refs/heads/master by this push:
     new 49f1a16  [TYPO] Fix misspelled word "integration" (#34)
49f1a16 is described below

commit 49f1a16a3bcf33429307b6326d77f782ec9eb79d
Author: Kaijie Chen <ch...@kaijie.org>
AuthorDate: Wed Jul 6 10:26:10 2022 +0800

    [TYPO] Fix misspelled word "integration" (#34)
---
 integration-test/common/pom.xml       | 2 +-
 integration-test/mr/pom.xml           | 2 +-
 integration-test/spark-common/pom.xml | 2 +-
 integration-test/spark2/pom.xml       | 2 +-
 integration-test/spark3/pom.xml       | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/integration-test/common/pom.xml b/integration-test/common/pom.xml
index deeb403..c4dc048 100644
--- a/integration-test/common/pom.xml
+++ b/integration-test/common/pom.xml
@@ -31,7 +31,7 @@
     <artifactId>rss-integration-common-test</artifactId>
     <version>0.6.0-snapshot</version>
     <packaging>jar</packaging>
-    <name>Apache Uniffle Intergration Test (Common)</name>
+    <name>Apache Uniffle Integration Test (Common)</name>
 
     <dependencies>
         <dependency>
diff --git a/integration-test/mr/pom.xml b/integration-test/mr/pom.xml
index cc9e9c1..2199759 100644
--- a/integration-test/mr/pom.xml
+++ b/integration-test/mr/pom.xml
@@ -30,7 +30,7 @@
     <artifactId>rss-integration-mr-test</artifactId>
     <version>0.6.0-snapshot</version>
     <packaging>jar</packaging>
-    <name>Apache Uniffle Intergration Test (MapReduce)</name>
+    <name>Apache Uniffle Integration Test (MapReduce)</name>
 
     <dependencies>
         <dependency>
diff --git a/integration-test/spark-common/pom.xml b/integration-test/spark-common/pom.xml
index 3a7b56a..42890d3 100644
--- a/integration-test/spark-common/pom.xml
+++ b/integration-test/spark-common/pom.xml
@@ -31,7 +31,7 @@
   <artifactId>rss-integration-spark-common-test</artifactId>
   <version>0.6.0-snapshot</version>
   <packaging>jar</packaging>
-  <name>Apache Uniffle Intergration Test (Spark Common)</name>
+  <name>Apache Uniffle Integration Test (Spark Common)</name>
 
   <dependencies>
     <dependency>
diff --git a/integration-test/spark2/pom.xml b/integration-test/spark2/pom.xml
index 08557d8..c384fda 100644
--- a/integration-test/spark2/pom.xml
+++ b/integration-test/spark2/pom.xml
@@ -31,7 +31,7 @@
   <artifactId>rss-integration-spark2-test</artifactId>
   <version>0.6.0-snapshot</version>
   <packaging>jar</packaging>
-  <name>Apache Uniffle Intergration Test (Spark 2)</name>
+  <name>Apache Uniffle Integration Test (Spark 2)</name>
 
   <dependencies>
 
diff --git a/integration-test/spark3/pom.xml b/integration-test/spark3/pom.xml
index c166979..0075522 100644
--- a/integration-test/spark3/pom.xml
+++ b/integration-test/spark3/pom.xml
@@ -31,7 +31,7 @@
     <artifactId>rss-integration-spark3-test</artifactId>
     <version>0.6.0-snapshot</version>
     <packaging>jar</packaging>
-    <name>Apache Uniffle Intergration Test (Spark 3)</name>
+    <name>Apache Uniffle Integration Test (Spark 3)</name>
 
     <dependencies>