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

[jira] [Commented] (CALCITE-2960) CalciteCatalogReader use a hard-coding config to get functions

    [ https://issues.apache.org/jira/browse/CALCITE-2960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16803618#comment-16803618 ] 

Danny Chan commented on CALCITE-2960:
-------------------------------------

I think it is part of issue 2928, and i have add link for it.

> CalciteCatalogReader use a hard-coding config to get functions
> --------------------------------------------------------------
>
>                 Key: CALCITE-2960
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2960
>             Project: Calcite
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.18.0
>            Reporter: Lai Zhou
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> CalciteCatalogReader use a hard-coding config to get functions
> {code:java}
> functions2.addAll(schema.getFunctions(name, true));
> {code}
> the right way is:
> {code:java}
> functions2.addAll(schema.getFunctions(name, config.caseSensitive()));
> {code}



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