martin-g commented on code in PR #19378:
URL: https://github.com/apache/datafusion/pull/19378#discussion_r2628622505


##########
datafusion/sqllogictest/test_files/named_arguments.slt:
##########
@@ -79,9 +79,11 @@ SELECT substr(Str => 'hello world', Start_Pos => 7);
 ----
 world
 
-# Error: case-sensitive quoted parameter names don't match
-query error DataFusion error: Error during planning: Unknown parameter name 
'STR'
+# Test case-insensitive matching works even with quoted identifiers

Review Comment:
   Isn't this against the SQL standards ?
   Quoted names should be case sensitive.



-- 
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]

Reply via email to