Gopal V created ORC-500:
---------------------------
Summary: PPD: StripeStatistics::getColumnStatistics() does not
column prune
Key: ORC-500
URL: https://issues.apache.org/jira/browse/ORC-500
Project: ORC
Issue Type: Bug
Components: Java
Affects Versions: 1.5.5
Reporter: Gopal V
StripeStatistics::getColumnStatistics() will deserialize all column statistics,
even if the ORC predicate push-down and the eventual SARG applies to a subset.
This is affecting DATE push-down into a very wide table, where the
deserialization of the statistics is the host spot during split-generation, due
to the new Text() allocation within String statistics implementation.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)