aboutsummaryrefslogtreecommitdiff
path: root/R/pkg
diff options
context:
space:
mode:
authorjiangxingbo <jiangxb1987@gmail.com>2016-10-26 23:51:16 +0200
committerReynold Xin <rxin@databricks.com>2016-10-26 23:51:16 +0200
commit5b7d403c1819c32a6a5b87d470f8de1a8ad7a987 (patch)
tree9af740e958e40706c94ca5224e1f6e437a499899 /R/pkg
parentdcdda19785a272969fb1e3ec18382403aaad6c91 (diff)
downloadspark-5b7d403c1819c32a6a5b87d470f8de1a8ad7a987.tar.gz
spark-5b7d403c1819c32a6a5b87d470f8de1a8ad7a987.tar.bz2
spark-5b7d403c1819c32a6a5b87d470f8de1a8ad7a987.zip
[SPARK-18094][SQL][TESTS] Move group analytics test cases from `SQLQuerySuite` into a query file test.
## What changes were proposed in this pull request? Currently we have several test cases for group analytics(ROLLUP/CUBE/GROUPING SETS) in `SQLQuerySuite`, should better move them into a query file test. The following test cases are moved to `group-analytics.sql`: ``` test("rollup") test("grouping sets when aggregate functions containing groupBy columns") test("cube") test("grouping sets") test("grouping and grouping_id") test("grouping and grouping_id in having") test("grouping and grouping_id in sort") ``` This is followup work of #15582 ## How was this patch tested? Modified query file `group-analytics.sql`, which will be tested by `SQLQueryTestSuite`. Author: jiangxingbo <jiangxb1987@gmail.com> Closes #15624 from jiangxb1987/group-analytics-test.
Diffstat (limited to 'R/pkg')
0 files changed, 0 insertions, 0 deletions