nuno-faria opened a new pull request, #22917:
URL: https://github.com/apache/datafusion/pull/22917

   ## Which issue does this PR close?
   
   - Closes #22916.
   
   ## Rationale for this change
   
   Avoid errors when aliasing tables/subqueries with case sensitive column 
names.
   
   ## What changes are included in this PR?
   
   - The `From` traits in `Column` now use `from_qualified_name_ignore_case` 
instead of `from_qualified_name`, which ensures that the correct case is 
preserved.
   
   ## Are these changes tested?
   
   Yes.
   
   ## Are there any user-facing changes?
   
   No.
   


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