You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ji...@apache.org on 2023/12/04 07:25:29 UTC

(flink) branch master updated (026bd4be9ba -> 48be0bef8f8)

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

jingge pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


    from 026bd4be9ba Revert "[FLINK-33470] Implement restore tests for Join node"
     new 0b1fe131710 [hotfix][flink-core][test] fix ArchUnit typo in pom
     new bd4a607d89e [hotfix][connector-base][test] fix ArchUnit typo in pom
     new 7d2e84f2e0d [hotfix][connector-files][test] fix ArchUnit typo in pom
     new b8ce6c7e7cd [hotfix][table-planner][test] fix ArchUnit typo in pom
     new 4397efff359 [hotfix][connector-hive][test] fix ArchUnit typo in pom
     new 362514985d9 [hotfix][connector-datagen][test] fix ArchUnit typo in pom
     new 48be0bef8f8 [hotfix][connector-hadoop-compatibility][test] fix ArchUnit typo in pom

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 flink-connectors/flink-connector-base/pom.xml         | 2 +-
 flink-connectors/flink-connector-datagen-test/pom.xml | 2 +-
 flink-connectors/flink-connector-files/pom.xml        | 2 +-
 flink-connectors/flink-connector-hive/pom.xml         | 2 +-
 flink-connectors/flink-hadoop-compatibility/pom.xml   | 2 +-
 flink-core/pom.xml                                    | 2 +-
 flink-table/flink-table-planner/pom.xml               | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)


(flink) 06/07: [hotfix][connector-datagen][test] fix ArchUnit typo in pom

Posted by ji...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jingge pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 362514985d9f26d06d9782e2f21013442521c90b
Author: jingge <ge...@gmail.com>
AuthorDate: Fri Dec 1 05:18:03 2023 +0100

    [hotfix][connector-datagen][test] fix ArchUnit typo in pom
---
 flink-connectors/flink-connector-datagen-test/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-connectors/flink-connector-datagen-test/pom.xml b/flink-connectors/flink-connector-datagen-test/pom.xml
index 20bdb4c6d16..ea2a7ea320c 100644
--- a/flink-connectors/flink-connector-datagen-test/pom.xml
+++ b/flink-connectors/flink-connector-datagen-test/pom.xml
@@ -78,7 +78,7 @@
 			<scope>test</scope>
 		</dependency>
 
-		<!-- ArchUit test dependencies -->
+		<!-- ArchUnit test dependencies -->
 
 		<dependency>
 			<groupId>org.apache.flink</groupId>


(flink) 07/07: [hotfix][connector-hadoop-compatibility][test] fix ArchUnit typo in pom

Posted by ji...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jingge pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 48be0bef8f8cb0b0d927fe89e456ecd3ff9ec944
Author: jingge <ge...@gmail.com>
AuthorDate: Fri Dec 1 05:19:05 2023 +0100

    [hotfix][connector-hadoop-compatibility][test] fix ArchUnit typo in pom
---
 flink-connectors/flink-hadoop-compatibility/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-connectors/flink-hadoop-compatibility/pom.xml b/flink-connectors/flink-hadoop-compatibility/pom.xml
index 2db19d2d677..978b55b1fea 100644
--- a/flink-connectors/flink-hadoop-compatibility/pom.xml
+++ b/flink-connectors/flink-hadoop-compatibility/pom.xml
@@ -115,7 +115,7 @@ under the License.
 			<scope>test</scope>
 		</dependency>
 
-		<!-- ArchUit test dependencies -->
+		<!-- ArchUnit test dependencies -->
 
 		<dependency>
 			<groupId>org.apache.flink</groupId>


(flink) 04/07: [hotfix][table-planner][test] fix ArchUnit typo in pom

Posted by ji...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jingge pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit b8ce6c7e7cd30373f01bea3d0632a9b59adafd4a
Author: jingge <ge...@gmail.com>
AuthorDate: Fri Dec 1 05:13:00 2023 +0100

    [hotfix][table-planner][test] fix ArchUnit typo in pom
---
 flink-table/flink-table-planner/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-table/flink-table-planner/pom.xml b/flink-table/flink-table-planner/pom.xml
index b43d6f241cc..de0472eecf3 100644
--- a/flink-table/flink-table-planner/pom.xml
+++ b/flink-table/flink-table-planner/pom.xml
@@ -150,7 +150,7 @@ under the License.
 			<scope>test</scope>
 		</dependency>
 
-		<!-- ArchUit test dependencies -->
+		<!-- ArchUnit test dependencies -->
 		<dependency>
 			<groupId>org.apache.flink</groupId>
 			<artifactId>flink-architecture-tests-test</artifactId>


(flink) 05/07: [hotfix][connector-hive][test] fix ArchUnit typo in pom

Posted by ji...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jingge pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 4397efff359caeff426ef815f866a2fce35a7af0
Author: jingge <ge...@gmail.com>
AuthorDate: Fri Dec 1 05:14:59 2023 +0100

    [hotfix][connector-hive][test] fix ArchUnit typo in pom
---
 flink-connectors/flink-connector-hive/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-connectors/flink-connector-hive/pom.xml b/flink-connectors/flink-connector-hive/pom.xml
index 023f3635833..8bc08b80ad3 100644
--- a/flink-connectors/flink-connector-hive/pom.xml
+++ b/flink-connectors/flink-connector-hive/pom.xml
@@ -1081,7 +1081,7 @@ under the License.
 			<scope>test</scope>
 		</dependency>
 
-		<!-- ArchUit test dependencies -->
+		<!-- ArchUnit test dependencies -->
 
 		<dependency>
 			<groupId>org.apache.flink</groupId>


(flink) 03/07: [hotfix][connector-files][test] fix ArchUnit typo in pom

Posted by ji...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jingge pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 7d2e84f2e0da3098cfbb4df4f3e3478a305e5b6c
Author: jingge <ge...@gmail.com>
AuthorDate: Fri Dec 1 05:12:42 2023 +0100

    [hotfix][connector-files][test] fix ArchUnit typo in pom
---
 flink-connectors/flink-connector-files/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-connectors/flink-connector-files/pom.xml b/flink-connectors/flink-connector-files/pom.xml
index 28dcd01649a..36a17f3b37d 100644
--- a/flink-connectors/flink-connector-files/pom.xml
+++ b/flink-connectors/flink-connector-files/pom.xml
@@ -128,7 +128,7 @@ under the License.
 			<scope>test</scope>
 		</dependency>
 
-		<!-- ArchUit test dependencies -->
+		<!-- ArchUnit test dependencies -->
 
 		<dependency>
 			<groupId>org.apache.flink</groupId>


(flink) 01/07: [hotfix][flink-core][test] fix ArchUnit typo in pom

Posted by ji...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jingge pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 0b1fe13171045e229f7ff1c454c55ca465d8f0c6
Author: jingge <ge...@gmail.com>
AuthorDate: Fri Dec 1 05:09:27 2023 +0100

    [hotfix][flink-core][test] fix ArchUnit typo in pom
---
 flink-core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-core/pom.xml b/flink-core/pom.xml
index 19c3e94db41..917ef53cfaf 100644
--- a/flink-core/pom.xml
+++ b/flink-core/pom.xml
@@ -71,7 +71,7 @@ under the License.
 			<version>${project.version}</version>
 		</dependency>
 
-		<!-- ArchUit test dependencies -->
+		<!-- ArchUnit test dependencies -->
 
 		<dependency>
 			<groupId>org.apache.flink</groupId>


(flink) 02/07: [hotfix][connector-base][test] fix ArchUnit typo in pom

Posted by ji...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jingge pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit bd4a607d89e8c01bd43fcf8724ac80c9d7d3126c
Author: jingge <ge...@gmail.com>
AuthorDate: Fri Dec 1 05:12:29 2023 +0100

    [hotfix][connector-base][test] fix ArchUnit typo in pom
---
 flink-connectors/flink-connector-base/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-connectors/flink-connector-base/pom.xml b/flink-connectors/flink-connector-base/pom.xml
index 4704e0b6ce8..99c06bd823b 100644
--- a/flink-connectors/flink-connector-base/pom.xml
+++ b/flink-connectors/flink-connector-base/pom.xml
@@ -94,7 +94,7 @@
 			<type>test-jar</type>
 		</dependency>
 
-		<!-- ArchUit test dependencies -->
+		<!-- ArchUnit test dependencies -->
 
 		<dependency>
 			<groupId>org.apache.flink</groupId>