comphead commented on code in PR #13517:
URL: https://github.com/apache/datafusion/pull/13517#discussion_r1852945077
##########
datafusion/common/src/error.rs:
##########
@@ -150,6 +150,11 @@ pub enum SchemaError {
qualifier: Box<TableReference>,
name: String,
},
+ /// Schema duplicate qualified fields with duplicate unqualified names
Review Comment:
Probably add a small text example here what is considered as duplicates?
--
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]