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

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


The following commit(s) were added to refs/heads/master by this push:
     new a280ec6d3 [hotfix] Disable hive 3.1 testing for JDK 11
a280ec6d3 is described below

commit a280ec6d31324c156972a4f53802c6e1de95136b
Author: Jingsong <[email protected]>
AuthorDate: Sun Sep 17 18:52:35 2023 +0800

    [hotfix] Disable hive 3.1 testing for JDK 11
---
 .github/workflows/unitcase-jdk11.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/unitcase-jdk11.yml 
b/.github/workflows/unitcase-jdk11.yml
index 8b558f555..9bcd6ea76 100644
--- a/.github/workflows/unitcase-jdk11.yml
+++ b/.github/workflows/unitcase-jdk11.yml
@@ -51,6 +51,6 @@ jobs:
           jvm_timezone=$(random_timezone)
           echo "JVM timezone is set to $jvm_timezone"
           mvn -T 1C -B clean install -DskipTests
-          mvn -T 1C -B clean install -pl 
'!paimon-e2e-tests,!org.apache.paimon:paimon-flink-common' 
-Duser.timezone=$jvm_timezone
+          mvn -T 1C -B clean install -pl 
'!paimon-e2e-tests,!org.apache.paimon:paimon-flink-common',!org.apache.paimon:paimon-hive-connector-3.1'
 -Duser.timezone=$jvm_timezone
         env:
           MAVEN_OPTS: -Xmx4096m
\ No newline at end of file

Reply via email to