GitHub user BenFradet opened a pull request:

    https://github.com/apache/spark/pull/7406

    [SPARK-8115] [SQL] Remove TestData

    This PR aims to bring the test datasets closer to the test suites.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/BenFradet/spark SPARK-8115

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/7406.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #7406
    
----
commit bb8f8d065800af3d37406e5d9915b84690e42645
Author: BenFradet <[email protected]>
Date:   2015-06-21T18:05:39Z

    removed TestData use from CachedTableSuite

commit 8e93289a2a816a69a10b881014d049eb9bdceb1c
Author: BenFradet <[email protected]>
Date:   2015-06-21T18:27:33Z

    removal of the BigData case class

commit a84ce98a968ec27be8b0f5656b118d381e281935
Author: BenFradet <[email protected]>
Date:   2015-07-01T17:25:52Z

    removed TestData use from ColumnExpressionSuite

commit 71bc44a5ab300054b862a1a7c20f9d1513ffc1ff
Author: BenFradet <[email protected]>
Date:   2015-07-01T18:09:41Z

    removed TestData use from JoinSuite

commit 322b67f6afce610b296f442834135656cba3ab22
Author: BenFradet <[email protected]>
Date:   2015-07-01T19:06:28Z

    remove use of TestData in SQLQuerySuite

commit 14302a5c9a4850df3de00376c009fbfb6d53592b
Author: BenFradet <[email protected]>
Date:   2015-07-01T19:45:14Z

    removed TestData use from DataFrameSuite

commit 9a133d3809bd4dd497bebfae3c7a5390e5028f4a
Author: BenFradet <[email protected]>
Date:   2015-07-07T19:56:34Z

    removed TestData use from InMemoryColumnarQuerySuite

commit c27becac69379ec4646d13fef2f6d2ffbf43d1a3
Author: BenFradet <[email protected]>
Date:   2015-07-07T20:10:23Z

    removed TestData use from PlammerSuite

commit 5a62fe94efb295253065597c14634b98a07fbe2d
Author: BenFradet <[email protected]>
Date:   2015-07-08T17:19:28Z

    removed TestData use from DebuggingSuite

commit e5aa4f7d8d7379976add8f1277a87e644f8c67ef
Author: BenFradet <[email protected]>
Date:   2015-07-09T18:00:47Z

    remove TestData use from JavaDataFrameSuite

commit 709d000c49e1a0dbaf9f3f8e3073122b2c2ae770
Author: BenFradet <[email protected]>
Date:   2015-07-09T18:09:01Z

    remove TestData use from DataFrameAggregateSuite

commit c410e04b2a36c70ee75b497931a5f292bf1669de
Author: BenFradet <[email protected]>
Date:   2015-07-09T18:14:11Z

    remove TestData use from DataFrameFunctionsSuite

commit 4953f9e4957119933f236ab1e168688464137b8b
Author: BenFradet <[email protected]>
Date:   2015-07-09T18:21:00Z

    remove TestData use from JsonSuite

commit 624e2d7a75f0a9b24c07e4deccf3a065411407c2
Author: BenFradet <[email protected]>
Date:   2015-07-09T18:28:25Z

    removed TestData class

commit 3764b4cabf77e8bd059562a4b8d7f75d2417ba97
Author: BenFradet <[email protected]>
Date:   2015-07-10T16:14:42Z

    refactored ColumnExpressionSuite, rand still failing

commit 3478faefc20251863c814067ebebc585a7d6671a
Author: BenFradet <[email protected]>
Date:   2015-07-10T16:47:43Z

    removed TestData case classes in JoinSuite

commit 185f5446228ef43676a3a67c3d386cb886e2d630
Author: BenFradet <[email protected]>
Date:   2015-07-13T11:47:11Z

    refactored some unit tests in SQLQuerySuite

commit 7c66b1ef24d20ca2b483008979a0e6ac7e23b524
Author: BenFradet <[email protected]>
Date:   2015-07-13T12:38:14Z

    removed case classes from DataFrameSute

commit b89ccafa6d6d584cc3dbc49191ba77af4b70ec6a
Author: BenFradet <[email protected]>
Date:   2015-07-13T12:53:03Z

    removed case classes from InMemoryColumnarQuerySuite

commit dc911c2396e27481fc409f51e43893fbd58387ab
Author: BenFradet <[email protected]>
Date:   2015-07-13T12:56:36Z

    removed TestData use from PartitionBatchPruningSuite

commit 5c4125547837c8eea16679f4107fcb2368d3f090
Author: BenFradet <[email protected]>
Date:   2015-07-13T13:01:37Z

    removed case classes from PlannerSuite

commit ad41e47fd678065d420efcb884effe1d125fe2e6
Author: BenFradet <[email protected]>
Date:   2015-07-13T13:03:47Z

    removed case classes from DebuggingSuite

commit 811533f7e8ad1e88365bd2033d02c1d9cc1c3509
Author: BenFradet <[email protected]>
Date:   2015-07-13T13:37:19Z

    removed case classes from DataFrameAggregateSuite

commit f2ba3fa9aab166710a32e2e8a4f6b03742f40377
Author: BenFradet <[email protected]>
Date:   2015-07-13T13:49:53Z

    removed case classes from DataFrameFunctionsSuite

commit e2ac5266b01800be78eaf891a0afddfa8f8d16f0
Author: BenFradet <[email protected]>
Date:   2015-07-14T16:52:15Z

    removed TestData use from UDFSuite

commit d071473669be137b5afe682b04817f8a2774bce0
Author: BenFradet <[email protected]>
Date:   2015-07-14T16:56:44Z

    removed useless registering of tmp tables in DataFrameAggregateSuite

commit a50e5234595b3247c3f05fef75a417722dc70d5a
Author: BenFradet <[email protected]>
Date:   2015-07-14T18:27:46Z

    removed use of TestData case class in ColumnExpressionSuite

commit 1e5a0ea04b794c0a4220eaea004023855a32745d
Author: BenFradet <[email protected]>
Date:   2015-07-14T19:06:16Z

    refactored test dfs in SQLQuerySuite

commit 5b5849eada08f55890298c0dc9a6a6bdecddb41a
Author: BenFradet <[email protected]>
Date:   2015-07-14T19:09:53Z

    removed TestData case class from DataFrameJoinSuite

commit 9be815a229a591f5e67a7dee1a4ed48d335d8aad
Author: BenFradet <[email protected]>
Date:   2015-07-14T19:15:57Z

    removed useless variable in UDFSuite

----


---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to