Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0
-
None
-
None
Description
// disable filter pushdown for mapreduce when there are more than one table aliases, // since we don't clone jobConf per alias if (mrwork != null && mrwork.getAliases() != null && mrwork.getAliases().size() > 1 && jobConf.get(ConfVars.HIVE_EXECUTION_ENGINE.varname).equals("mr")) { return; }
I believe this needs to be handled at OpProcFactory so that hive doesn't believe that predicate is handled by storage handler.
Attachments
Attachments
Issue Links
- is caused by
-
HIVE-15680 Incorrect results when hive.optimize.index.filter=true and same ORC table is referenced twice in query
- Closed
- is related to
-
HIVE-20500 Accumulo query failing
- Open