shivjha30 commented on code in PR #5476:
URL: https://github.com/apache/hive/pull/5476#discussion_r1804229057
##########
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>
Review Comment:
JVM is picking up the timezone but not the locale as in the environment we
are setting the TZ
Locale influences how data is formatted and presented, such as dates and
times, but does not determine the actual time.
Timezone determines the current time based on the region's offset from UTC
but does not affect how dates and times are formatted
Thus the test are failing with the formatting problem of am/AM or pm/PM
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]