Github user majetideepak commented on the issue:
https://github.com/apache/orc/pull/120
I see your concern now.
My idea is to directly use InternalIntegerStatisticsImpl from ORC-185
inside the IntegerColumnWriter. If we use the existing
IntegerColumnStatisticsImpl, then we need to duplicate all the new methods
being introduced.
I think if I add a base class to the InternalIntegerStatisticsImpl in
ORC-185, your problem should be solved.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---