[GitHub] spark pull request #18298: [SPARK-21091][SQL] Move constraint code into Quer...

2017-06-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/18298 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #18298: [SPARK-21091][SQL] Move constraint code into Quer...

2017-06-14 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18298#discussion_r122064464 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/QueryPlanConstraints.scala --- @@ -0,0 +1,201 @@ +/* + * Licensed to

[GitHub] spark pull request #18298: [SPARK-21091][SQL] Move constraint code into Quer...

2017-06-14 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18298#discussion_r122064382 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/QueryPlanConstraints.scala --- @@ -0,0 +1,201 @@ +/* + * Licensed to

[GitHub] spark pull request #18298: [SPARK-21091][SQL] Move constraint code into Quer...

2017-06-14 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/18298#discussion_r122008512 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/QueryPlanConstraints.scala --- @@ -0,0 +1,206 @@ +/* + * Licensed to the

[GitHub] spark pull request #18298: [SPARK-21091][SQL] Move constraint code into Quer...

2017-06-14 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18298#discussion_r121882454 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/QueryPlanConstraints.scala --- @@ -0,0 +1,206 @@ +/* + * Licensed to

[GitHub] spark pull request #18298: [SPARK-21091][SQL] Move constraint code into Quer...

2017-06-14 Thread rxin
GitHub user rxin opened a pull request: https://github.com/apache/spark/pull/18298 [SPARK-21091][SQL] Move constraint code into QueryPlanConstraints ## What changes were proposed in this pull request? This patch moves constraint related code into a separate trait

[GitHub] spark pull request #18298: [SPARK-21091][SQL] Move constraint code into Quer...

2017-06-14 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/18298#discussion_r121865658 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/QueryPlanConstraints.scala --- @@ -0,0 +1,206 @@ +/* + * Licensed to the