You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/10/03 21:05:14 UTC

[GitHub] [arrow] jorgecarleitao opened a new pull request #8334: ARROW-8205: [Rust] [DataFusion] Added check to uniqueness of column names.

jorgecarleitao opened a new pull request #8334:
URL: https://github.com/apache/arrow/pull/8334


   This adds a check, during logical planning, to the uniqueness of column names after a projection and aggregation.
   
   This eliminates the risk that a user creates a wrong logical query by the first column named X when there are two columns named X.
   
   This does not eliminate this risk when the column name is duplicated on a scan.
   


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

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



[GitHub] [arrow] github-actions[bot] commented on pull request #8334: ARROW-8205: [Rust] [DataFusion] Added check to uniqueness of column names.

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #8334:
URL: https://github.com/apache/arrow/pull/8334#issuecomment-703164705


   https://issues.apache.org/jira/browse/ARROW-8205


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

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



[GitHub] [arrow] jorgecarleitao commented on pull request #8334: ARROW-8205: [Rust] [DataFusion] Added check to uniqueness of column names.

Posted by GitBox <gi...@apache.org>.
jorgecarleitao commented on pull request #8334:
URL: https://github.com/apache/arrow/pull/8334#issuecomment-703202273


   The tests are currently failing due to ARROW-10170


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

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



[GitHub] [arrow] jorgecarleitao closed pull request #8334: ARROW-8205: [Rust] [DataFusion] Added check to uniqueness of column names.

Posted by GitBox <gi...@apache.org>.
jorgecarleitao closed pull request #8334:
URL: https://github.com/apache/arrow/pull/8334


   


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

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