You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "Jesus Camacho Rodriguez (Jira)" <ji...@apache.org> on 2020/03/04 05:27:00 UTC

[jira] [Resolved] (ORC-606) Optimize Timestamp parseNanos calculation

     [ https://issues.apache.org/jira/browse/ORC-606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesus Camacho Rodriguez resolved ORC-606.
-----------------------------------------
    Fix Version/s: 1.7.0
       Resolution: Fixed

Pushed to master, thanks [~pgaref]!

> Optimize Timestamp parseNanos calculation
> -----------------------------------------
>
>                 Key: ORC-606
>                 URL: https://issues.apache.org/jira/browse/ORC-606
>             Project: ORC
>          Issue Type: Improvement
>          Components: encoding
>            Reporter: Panagiotis Garefalakis
>            Assignee: Panagiotis Garefalakis
>            Priority: Major
>             Fix For: 1.7.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> TimestampTreeReader currently uses a loop to calculate the scale of nanoseconds.
> We can avoid the loop using array of pre-calculated powers of 10.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)