[
https://issues.apache.org/jira/browse/CALCITE-2750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacques Nadeau updated CALCITE-2750:
------------------------------------
Description:
As part of another task I noticed that we are saying that PI is a dynamic
function. It shouldn't be. Offending code is here:
https://github.com/apache/calcite/blob/master/core/src/main/java/org/apache/calcite/sql/fun/SqlStdOperatorTable.java#L1660
> PI operator incorrectly identified as dynamic function
> ------------------------------------------------------
>
> Key: CALCITE-2750
> URL: https://issues.apache.org/jira/browse/CALCITE-2750
> Project: Calcite
> Issue Type: Bug
> Components: core
> Affects Versions: 1.18.0
> Reporter: Jacques Nadeau
> Assignee: Juhwan Kim
> Priority: Major
>
> As part of another task I noticed that we are saying that PI is a dynamic
> function. It shouldn't be. Offending code is here:
> https://github.com/apache/calcite/blob/master/core/src/main/java/org/apache/calcite/sql/fun/SqlStdOperatorTable.java#L1660
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)