[ https://issues.apache.org/jira/browse/CALCITE-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lai Zhou closed CALCITE-2940. ----------------------------- Resolution: Duplicate > CalcitePrepareImpl always creates a default SqlParser without user's > CalciteConnectionConfig > ---------------------------------------------------------------------------------------------- > > Key: CALCITE-2940 > URL: https://issues.apache.org/jira/browse/CALCITE-2940 > Project: Calcite > Issue Type: Bug > Components: core > Affects Versions: 1.18.0 > Reporter: Lai Zhou > Priority: Major > > CalcitePrepareImpl 's method > {code:java} > private ParseResult parse_(Context context, String sql, boolean convert, > boolean analyze, boolean fail) > {code} > should use the context to create a SqlParser. > > -- This message was sent by Atlassian JIRA (v7.6.3#76005)