BUG-10175: NullPointerExceptions in ORC's PPD when using
select *
from table with awhere
predicateProblem: ORC predicate pushdown will fail with NullPointerException for
select *
queries withwhere
predicate.Workaround: Disable the predicate pushdown feature using the following Hive config:
SET hive.optimize.index.filter=false;