Skip to content

Commit

Permalink
Fix again.
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjoon-hyun committed Jul 7, 2016
1 parent f068e4b commit eead3db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ case class OptimizeIn(conf: CatalystConf) extends Rule[LogicalPlan] {
val hSet = newList.map(e => e.eval(EmptyRow))
InSet(v, HashSet() ++ hSet)
} else if (newList.size < list.size) {
In(v, newList)
expr.copy(list = newList)
} else { // newList.length == list.length
expr
}
Expand Down

0 comments on commit eead3db

Please sign in to comment.