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
Update a test name.
  • Loading branch information
ueshin committed Jun 14, 2016
commit 0c9ec86f7e2646466b91d75b26dc29de31b98d31
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ class CachedTableSuite extends QueryTest with SQLTestUtils with SharedSQLContext
Seq(Row(1, "1")))
}

test("SPARK-15915 CacheManager should use canonicalized plan for planToCache") {
test("SPARK-15915 Logical plans should use canonicalized plan when override sameResult") {
val localRelation = Seq(1, 2, 3).toDF()
localRelation.createOrReplaceTempView("localRelation")

Expand Down