Lordworms commented on code in PR #14521:
URL: https://github.com/apache/datafusion/pull/14521#discussion_r1945417517


##########
datafusion/sqllogictest/test_files/identifiers.slt:
##########
@@ -90,16 +90,16 @@ drop table  case_insensitive_test
 statement ok
 CREATE TABLE test("Column1" string) AS VALUES ('content1');
 
-statement error DataFusion error: Schema error: No field named column1. Valid 
fields are test\."Column1"\.
+statement error DataFusion error: Schema error: No field named column1\. Valid 
fields are test\."Column1"\.

Review Comment:
   Seems like we have to use full name to do match and the threshold is 0.5 now 
but in this case it is 'test.Column1' and column1 so the score is happen to be 
0.5



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to