alamb opened a new pull request, #5813: URL: https://github.com/apache/arrow-datafusion/pull/5813
# Which issue does this PR close? Closes https://github.com/apache/arrow-datafusion/issues/5802 # Rationale for this change I want to be able to `INTERVAL` constants in `VALUES` clauses # What changes are included in this PR? Avoid special casing `VALUES` in sql planner (I think the existing special case is a function of DataFusion limitations when it was first implemented) So I fixed a limitation by deleting code :bowtie: # Are these changes tested? Yes, new tests are added # Are there any user-facing changes? fewer errors -- 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]
