[ https://issues.apache.org/jira/browse/DRILL-7781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
James Turton resolved DRILL-7781. --------------------------------- Resolution: Fixed > 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 > Reporter: Oleg Zinoviev > Assignee: Oleg Zinoviev > Priority: Major > Fix For: 1.19.0 > > > ||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.20.1#820001)