cgivre opened a new pull request, #2689: URL: https://github.com/apache/drill/pull/2689
# [DRILL-8340](https://issues.apache.org/jira/browse/DRILL-8340): Add Additional Date Manipulation Functions (Part 1) ## Description See below. ## Documentation This PR adds several utility functions to facilitate working with dates and times. These are modeled after the date/time functionality in MySQL. Specifically this adds: * `YEARWEEK(<date>)`: Returns an int of year week. IE (202002) * `TIME_STAMP(<date string>)`: Converts most anything that looks like a date string into a timestamp. ## Testing Added unit tests. -- 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: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org