gabotechs commented on PR #20499: URL: https://github.com/apache/datafusion/pull/20499#issuecomment-3951992873
🤔 I'm not sure if we should do this. If this function is expected to be compliant with the Postgres equivalent, the current behavior is actually the correct one: https://www.db-fiddle.com/f/4jyoMCicNSZpjMt4jFYoz5/18657 Postgres does not allow a NULL argument for the stride, and last time I checked DataFusion aims to model Postgres semantics for functions. -- 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]
