[GitHub] spark pull request #14625: [SPARK-17045] [SQL] Build/move Join-related test ...

2016-08-22 Thread gatorsmile
Github user gatorsmile closed the pull request at: https://github.com/apache/spark/pull/14625 --- 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

[GitHub] spark pull request #14625: [SPARK-17045] [SQL] Build/move Join-related test ...

2016-08-20 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/14625#discussion_r75588865 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala --- @@ -245,6 +245,10 @@ class SQLQueryTestSuite extends QueryTest with

[GitHub] spark pull request #14625: [SPARK-17045] [SQL] Build/move Join-related test ...

2016-08-20 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/14625#discussion_r75588856 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala --- @@ -245,6 +245,10 @@ class SQLQueryTestSuite extends QueryTest with

[GitHub] spark pull request #14625: [SPARK-17045] [SQL] Build/move Join-related test ...

2016-08-20 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/14625#discussion_r75588814 --- Diff: sql/core/src/test/resources/sql-tests/inputs/join.sql --- @@ -0,0 +1,225 @@ +-- join nested table expressions (auto_join0.q) --- End

[GitHub] spark pull request #14625: [SPARK-17045] [SQL] Build/move Join-related test ...

2016-08-20 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/14625#discussion_r75588146 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala --- @@ -245,6 +245,10 @@ class SQLQueryTestSuite extends QueryTest with

[GitHub] spark pull request #14625: [SPARK-17045] [SQL] Build/move Join-related test ...

2016-08-20 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/14625#discussion_r75588118 --- Diff: sql/core/src/test/resources/sql-tests/inputs/join.sql --- @@ -0,0 +1,225 @@ +-- join nested table expressions (auto_join0.q) --- End diff

[GitHub] spark pull request #14625: [SPARK-17045] [SQL] Build/move Join-related test ...

2016-08-17 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/14625#discussion_r75215512 --- Diff: sql/core/src/test/resources/sql-tests/results/using-join.sql.out --- @@ -0,0 +1,132 @@ +-- Automatically generated by SQLQueryTestSuite

[GitHub] spark pull request #14625: [SPARK-17045] [SQL] Build/move Join-related test ...

2016-08-16 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/14625#discussion_r74891950 --- Diff: sql/core/src/test/resources/test-data/kv1.json --- @@ -0,0 +1,5 @@ +{"key":251,"value":"val_251"} --- End diff -- Sure, will do

[GitHub] spark pull request #14625: [SPARK-17045] [SQL] Build/move Join-related test ...

2016-08-16 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/14625#discussion_r74890820 --- Diff: sql/core/src/test/resources/test-data/kv1.json --- @@ -0,0 +1,5 @@ +{"key":251,"value":"val_251"} --- End diff -- we can inline