2010YOUY01 commented on code in PR #22486:
URL: https://github.com/apache/datafusion/pull/22486#discussion_r3293755299
##########
datafusion/common/src/dfschema.rs:
##########
@@ -1427,11 +1427,8 @@ mod tests {
let schema = DFSchema::try_from_qualified_schema("t1",
&test_schema_1())?;
// lookup with unqualified name "t1.c0"
let err = schema.index_of_column(&col).unwrap_err();
- let expected = "Schema error: No field named \"t1.c0\". \
- Column names are case sensitive. \
Review Comment:
Now this case sensitive hint only shows up, if the input expr has some
case-insensitive match.
--
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]