nrc opened a new pull request, #11501: URL: https://github.com/apache/datafusion/pull/11501
## Which issue does this PR close? Closes 6327. ## What changes are included in this PR? This PR simply allows `Interval` types to be passed through to Arrow. It will require an Arrow upgrade to work since it depends on https://github.com/apache/arrow-rs/pull/6071 (currently Arrow is patched for the CLI in this PR, this will only work if you have modified Arrow in a sibling folder to DataFusion, I'll remove this and update the PR when there is an Arrow release). ## Are these changes tested? Tested in Arrow. Tests to come here. ## Are there any user-facing changes? The `extract` function will now work with intervals. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org