Skip to content

[SPARK-7805] [SQL] Move SQLTestUtils.scala and ParquetTest.scala to src/test #6334

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

Conversation

yhuai
Copy link
Contributor

@yhuai yhuai commented May 21, 2015

https://issues.apache.org/jira/browse/SPARK-7805

Because sql/hive's tests depend on the test jar of sql/core, we do not need to store SQLTestUtils and ParquetTest in src/main. We should only add stuff that will be needed by sql/console or Python tests (for Python, we need it in src/main, right? @davies).

@davies
Copy link
Contributor

davies commented May 21, 2015

@yhuai Yes, Python tests does not depend on test jars.

@SparkQA
Copy link

SparkQA commented May 21, 2015

Test build #33296 has finished for PR 6334 at commit 861b4a0.

  • This patch fails MiMa tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented May 22, 2015

Test build #33315 has finished for PR 6334 at commit af6d0c9.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@pwendell
Copy link
Contributor

LGTM - thanks @yhuai

@yhuai
Copy link
Contributor Author

yhuai commented May 24, 2015

Thanks! I am merging it to master and branch 1.4.

asfgit pushed a commit that referenced this pull request May 24, 2015
…rc/test

https://issues.apache.org/jira/browse/SPARK-7805

Because `sql/hive`'s tests depend on the test jar of `sql/core`, we do not need to store `SQLTestUtils` and `ParquetTest` in `src/main`. We should only add stuff that will be needed by `sql/console` or Python tests (for Python, we need it in `src/main`, right? davies).

Author: Yin Huai <[email protected]>

Closes #6334 from yhuai/SPARK-7805 and squashes the following commits:

af6d0c9 [Yin Huai] mima
b86746a [Yin Huai] Move SQLTestUtils.scala and ParquetTest.scala to src/test.

(cherry picked from commit ed21476)
Signed-off-by: Yin Huai <[email protected]>
@asfgit asfgit closed this in ed21476 May 24, 2015
jeanlyn pushed a commit to jeanlyn/spark that referenced this pull request May 28, 2015
…rc/test

https://issues.apache.org/jira/browse/SPARK-7805

Because `sql/hive`'s tests depend on the test jar of `sql/core`, we do not need to store `SQLTestUtils` and `ParquetTest` in `src/main`. We should only add stuff that will be needed by `sql/console` or Python tests (for Python, we need it in `src/main`, right? davies).

Author: Yin Huai <[email protected]>

Closes apache#6334 from yhuai/SPARK-7805 and squashes the following commits:

af6d0c9 [Yin Huai] mima
b86746a [Yin Huai] Move SQLTestUtils.scala and ParquetTest.scala to src/test.
jeanlyn pushed a commit to jeanlyn/spark that referenced this pull request Jun 12, 2015
…rc/test

https://issues.apache.org/jira/browse/SPARK-7805

Because `sql/hive`'s tests depend on the test jar of `sql/core`, we do not need to store `SQLTestUtils` and `ParquetTest` in `src/main`. We should only add stuff that will be needed by `sql/console` or Python tests (for Python, we need it in `src/main`, right? davies).

Author: Yin Huai <[email protected]>

Closes apache#6334 from yhuai/SPARK-7805 and squashes the following commits:

af6d0c9 [Yin Huai] mima
b86746a [Yin Huai] Move SQLTestUtils.scala and ParquetTest.scala to src/test.
nemccarthy pushed a commit to nemccarthy/spark that referenced this pull request Jun 19, 2015
…rc/test

https://issues.apache.org/jira/browse/SPARK-7805

Because `sql/hive`'s tests depend on the test jar of `sql/core`, we do not need to store `SQLTestUtils` and `ParquetTest` in `src/main`. We should only add stuff that will be needed by `sql/console` or Python tests (for Python, we need it in `src/main`, right? davies).

Author: Yin Huai <[email protected]>

Closes apache#6334 from yhuai/SPARK-7805 and squashes the following commits:

af6d0c9 [Yin Huai] mima
b86746a [Yin Huai] Move SQLTestUtils.scala and ParquetTest.scala to src/test.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants