Jefffrey commented on PR #19378: URL: https://github.com/apache/datafusion/pull/19378#issuecomment-3673216512
> Named parameter matching in DataFusion currently requires exact case matching between parameter names in function signatures and argument names in function calls. This is inconsistent with SQL identifier rules where unquoted identifiers are case-insensitive. I'm a little confused by this as it seems this is already the case on main? https://github.com/apache/datafusion/blob/d59ebac9f3a585b8345d24122665229c13489570/datafusion/sqllogictest/test_files/named_arguments.slt#L70-L80 Am I misunderstanding what's happening here? -- 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]
