[jira] [Updated] (CALCITE-1381) Function quantifier should be retained in a cloned Sql call

2016-09-26 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Hyde updated CALCITE-1381: - Description: I found Calcite can’t execute queries like {{select nullif(count(distinct

[jira] [Updated] (CALCITE-1381) Function quantifier should be retained in a cloned Sql call

2016-09-26 Thread zhengdong (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhengdong updated CALCITE-1381: --- Attachment: CALCITE-1381-Function-quantifier-should-be-retained-.patch > Function quantifier should

[jira] [Updated] (CALCITE-1381) Function quantifier should be retained in a cloned Sql call

2016-09-21 Thread zhengdong (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhengdong updated CALCITE-1381: --- Description: I found Calcite can’t execute queries like ‘select nullif(count(distinct colunm),0)

[jira] [Updated] (CALCITE-1381) Function quantifier should be retained in a cloned Sql call

2016-09-21 Thread zhengdong (JIRA)
[ https://issues.apache.org/jira/browse/CALCITE-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhengdong updated CALCITE-1381: --- Attachment: 0001-Override-clone-method-in-SqlBasicCall-to-fix-Nullif-function.patch > Function