This is an automated email from the ASF dual-hosted git repository.
zabetak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/master by this push:
new 57f720da75b HIVE-28538: Locale-related test discrepancies in
environments with JDK >= 11 (Shivangi Jha reviewed by Stamatis Zampetakis)
57f720da75b is described below
commit 57f720da75ba5c7416f303730c7a03fae3a08655
Author: shivjha <[email protected]>
AuthorDate: Mon Sep 30 10:05:29 2024 +0530
HIVE-28538: Locale-related test discrepancies in environments with JDK >=
11 (Shivangi Jha reviewed by Stamatis Zampetakis)
Close apache/hive#5476
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 218d8074d15..57b8422322e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@
<test.excludes.additional/>
<!-- Plugin and Plugin Dependency Versions -->
<ant.contrib.version>1.0b3</ant.contrib.version>
- <maven.test.jvm.args>-Xmx2048m
-DJETTY_AVAILABLE_PROCESSORS=4</maven.test.jvm.args>
+ <maven.test.jvm.args>-Xmx2048m -DJETTY_AVAILABLE_PROCESSORS=4
-Duser.country=US</maven.test.jvm.args>
<maven.checkstyle.plugin.version>2.17</maven.checkstyle.plugin.version>
<maven.build-helper.plugin.version>3.4.0</maven.build-helper.plugin.version>
<maven.eclipse.plugin.version>2.10</maven.eclipse.plugin.version>