You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Stamatis Zampetakis (JIRA)" <ji...@apache.org> on 2019/03/05 23:07:00 UTC

[jira] [Resolved] (CALCITE-2887) Improve performance of RexLiteral#toJavaString

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

Stamatis Zampetakis resolved CALCITE-2887.
------------------------------------------
    Resolution: Fixed

Fixed in [6687023e9517fba00c5eeb85cc7b94efa0a6b9c0|https://github.com/apache/calcite/commit/6687023e9517fba00c5eeb85cc7b94efa0a6b9c0].

> Improve performance of RexLiteral#toJavaString
> ----------------------------------------------
>
>                 Key: CALCITE-2887
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2887
>             Project: Calcite
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.18.0
>            Reporter: Stamatis Zampetakis
>            Assignee: Stamatis Zampetakis
>            Priority: Critical
>              Labels: pull-request-available
>             Fix For: 1.19.0
>
>          Time Spent: 3h 10m
>  Remaining Estimate: 0h
>
> RexLiteral#toJavaString is a method that is called many times for various purposes notably when computing digests. In some use-cases the profiler shows that 10% of the total time is spend on this method. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)