Skip to content

Commit

Permalink
[hotfix] Disable hive 3.1 testing for JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Sep 18, 2023
1 parent b8d5689 commit a280ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unitcase-jdk11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a280ec6

Please sign in to comment.