You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by "David Mollitor (Jira)" <ji...@apache.org> on 2021/07/07 16:49:00 UTC

[jira] [Created] (ORC-834) Do Not Convert to String in DecimalFromTimestampTreeReader

David Mollitor created ORC-834:
----------------------------------

             Summary: Do Not Convert to String in DecimalFromTimestampTreeReader
                 Key: ORC-834
                 URL: https://issues.apache.org/jira/browse/ORC-834
             Project: ORC
          Issue Type: Improvement
          Components: Java
            Reporter: David Mollitor
            Assignee: David Mollitor


Seen this elsewhere and it doesn't usually end well.  Do not convert-to-string and then parse-from-string.  Go directly to Decimal from the values provided.

https://github.com/apache/orc/blob/fb0ed31f15d9b77b76bc5dec8721f5d9ee129879/java/core/src/java/org/apache/orc/impl/ConvertTreeReaderFactory.java#L956-L962



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