Oleg Zinoviev created DRILL-7781:
------------------------------------

             Summary: NearestDate function returns an incorrect result when 
calculating the quarter
                 Key: DRILL-7781
                 URL: https://issues.apache.org/jira/browse/DRILL-7781
             Project: Apache Drill
          Issue Type: Bug
    Affects Versions: 1.17.0, 1.16.0
            Reporter: Oleg Zinoviev


||SQL||Expected||Actual||
|nearestDate('2019-03-01 00:00:00', 'quarter')|2019-01-01 00:00:00|2019-04-01 
00:00:00|
|nearestDate('2019-06-01 00:00:00', 'quarter')|2019-04-01 00:00:00|2019-07-01 
00:00:00|
|nearestDate('2019-09-01 00:00:00', 'quarter')|2019-07-01 00:00:00|2019-10-01 
00:00:00|
|nearestDate('2019-12-01 00:00:00', 'quarter')|2019-10-01 00:00:00|SYSTEM 
ERROR: DateTimeException: Invalid value for MonthOfYear (valid values 1 - 12): 
13|



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to