kosiew opened a new pull request, #23155:
URL: https://github.com/apache/datafusion/pull/23155

   ## Which issue does this PR close?
   
   Follow up to #22917
   - Add SLT regression coverage for quoted dotted names / column-list aliasing.
   - remove redundant .clone() after columns() since it already returns 
Vec<Column>.
   
   
   ## What changes are included in this PR?
   
   This PR adds SLT regression coverage for quoted dotted column names used 
with table column-list aliasing, including qualified and unqualified references.
   
   It also removes a redundant `.clone()` call after `plan.schema().columns()`.
   
   ## Are these changes tested?
   
   Yes. Tests are added in:
   
   `datafusion/sqllogictest/test_files/alias.slt`
   
   ## Are there any user-facing changes?
   
   No user-facing changes.
   
   ## LLM-generated code disclosure
   
   This PR includes LLM-generated code and comments. All LLM-generated content 
has been manually reviewed.
   


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