Description
These two lines of code
// Replace virtual columns with nulls. See javadoc for details. prunerExpr = removeNonPartCols(prunerExpr, extractPartColNames(tab), partColsUsedInFilter); // Remove all parts that are not partition columns. See javadoc for details. ExprNodeDesc compactExpr = compactExpr(prunerExpr.clone());
are supposed to take care of this; I see there were bunch of changes to this code over some time, and now it appears to be broken.
Thanks to thejas for info.
Attachments
Attachments
Issue Links
- is related to
-
HIVE-11791 Add unit test for HIVE-10122
- Closed