tshauck opened a new pull request, #11907: URL: https://github.com/apache/datafusion/pull/11907
## Which issue does this PR close? closes #11823 ## Rationale for this change Currently, when trying to generate a series of dates with increments less than a day, the query will hang due to loss of precision (the step size becomes 0 relative to the Date32). ## What changes are included in this PR? * Raise an error if attempting increment by less than a day * Refactor to use a `ListBuilder` * A few minor quick-fixes ## Are these changes tested? Yes, added a test. ## Are there any user-facing changes? Minor in that queries will now error when they would've hung forever. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
