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
Next Next commit
remove test (don't make sense)
  • Loading branch information
Davies Liu committed Aug 28, 2015
commit 5ca7823dea93b2341fdb2af6bf548812471ba48b
Original file line number Diff line number Diff line change
Expand Up @@ -269,15 +269,5 @@ class ConstantFoldingSuite extends PlanTest {
testRelation
.select('a)
.where(In(Literal(1), Seq(Literal(1), 'a.attr)))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this?


optimized = Optimize.execute(originalQuery.analyze)

correctAnswer =
testRelation
.select('a)
.where(Literal(true))
.analyze

comparePlans(optimized, correctAnswer)
}
}