Github user vvysotskyi commented on a diff in the pull request:
https://github.com/apache/drill/pull/904#discussion_r148002267
--- Diff:
logical/src/test/java/org/apache/drill/common/expression/fn/JodaDateValidatorTest.java
---
@@ -119,13 +118,14 @@ public void testDateDayOfYearYearFormat() {
@Test
public void testTimeHoursMinutesSecondsFormat() {
+ Locale.setDefault(Locale.US);
--- End diff --
Not sure that this change is necessary.---
