jonmmease opened a new pull request, #3503: URL: https://github.com/apache/arrow-datafusion/pull/3503
# Which issue does this PR close? Closes https://github.com/apache/arrow-datafusion/issues/3502. # Rationale for this change The `quarter`, `doy` and `dow` `DATE_PART` units are already supported by arrow-rs kernels, so lets add them to DataFusion! The names and semantics match those in PostgreSQL: https://www.postgresql.org/docs/8.1/functions-datetime.html # Are there any user-facing changes? Adds support for `quarter`, `doy` and `dow` `DATE_PART` units. I'm not sure if there is any documentation that should be updated as well. -- 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]
