[
https://issues.apache.org/jira/browse/ORC-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15829469#comment-15829469
]
ASF GitHub Bot commented on ORC-128:
------------------------------------
Github user prasanthj commented on the issue:
https://github.com/apache/orc/pull/78
Hive auto-gathers statistics during write (INSERT, CTAS..). Just before
closing the file, the file sink operator gets the statistics from Writer,
publishes it for aggregation by the client. This just pushes the stats
collection part from processOp (row-by-row or vector batch processing) to
closeOp.
Similarly Reader side interface is used by ANALYZE queries to compute
statistics just by reading footer.
> Add capability to get column statistics during writing
> ------------------------------------------------------
>
> Key: ORC-128
> URL: https://issues.apache.org/jira/browse/ORC-128
> Project: Orc
> Issue Type: New Feature
> Components: Java
> Reporter: Owen O'Malley
> Assignee: Owen O'Malley
> Fix For: 1.3.0
>
>
> It would be useful if users could get the column statistics as the file is
> being written.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)