[GitHub] spark pull request: [WIP][SPARK-3194][SQL] Add AttributeSet to fix...

2014-08-24 Thread marmbrus
GitHub user marmbrus opened a pull request: https://github.com/apache/spark/pull/2109 [WIP][SPARK-3194][SQL] Add AttributeSet to fix bugs with invalid comparisons of AttributeReferences It is common to want to describe sets of attributes that are in various parts of a query plan.

[GitHub] spark pull request: [WIP][SPARK-3194][SQL] Add AttributeSet to fix...

2014-08-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2109#issuecomment-53206312 [QA tests have started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/19127/consoleFull) for PR 2109 at commit

[GitHub] spark pull request: [WIP][SPARK-3194][SQL] Add AttributeSet to fix...

2014-08-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2109#issuecomment-53206395 [QA tests have finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/19127/consoleFull) for PR 2109 at commit

[GitHub] spark pull request: [WIP][SPARK-3194][SQL] Add AttributeSet to fix...

2014-08-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2109#issuecomment-53209466 [QA tests have started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/19128/consoleFull) for PR 2109 at commit

[GitHub] spark pull request: [WIP][SPARK-3194][SQL] Add AttributeSet to fix...

2014-08-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2109#issuecomment-53209493 [QA tests have finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/19128/consoleFull) for PR 2109 at commit

[GitHub] spark pull request: [WIP][SPARK-3194][SQL] Add AttributeSet to fix...

2014-08-24 Thread chuxi
Github user chuxi commented on the pull request: https://github.com/apache/spark/pull/2109#issuecomment-53225175 I think references is used for transformExpression in QueryPlan to make sure the same attribute just traversed once when Analyzer is explaining the Attributes in a