Skip to content

Commit

Permalink
ORC filter bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liancheng committed May 16, 2015
1 parent d734496 commit 128bd3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ private[orc] object OrcFilters extends Logging {
.orElse(tryLeft.flatMap(_ => buildSearchArgument(left, builder)))
.orElse(tryRight.flatMap(_ => buildSearchArgument(right, builder)))

case And(left, right) =>
case Or(left, right) =>
for {
_ <- buildSearchArgument(left, newBuilder)
_ <- buildSearchArgument(right, newBuilder)
Expand Down

0 comments on commit 128bd3b

Please sign in to comment.