Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test name
  • Loading branch information
DonnyZone committed Sep 13, 2017
commit 09efc4d9e4127244449da05fa44dc3de0ceb5b05
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class DataFrameAggregateSuite extends QueryTest with SharedSQLContext {
)
}

test("SPARK-21980: References in grouping functions should be indexed with resolver") {
test("SPARK-21980: References in grouping functions should be indexed with semanticEquals") {
checkAnswer(
courseSales.cube("course", "year")
.agg(grouping("CouRse"), grouping("year")),
Expand Down