Re: No match found for function signature IF

2021-07-26 Thread Yanjing Wang
Could you paste your code that shows how the SqlOperatorTable is constructed? the IF operator is defined in SqlLibraryOperators class and you can get corresponding operator table through SqlOperatorTable opTab = SqlLibraryOperatorTableFactory.INSTANCE.getOperatorTable(EnumSet.of(SqlLibrary

[jira] [Created] (CALCITE-4703) getDistinctRowCount returns NULL for Converter and TableScan

2021-07-26 Thread Soumyakanti Das (Jira)
Soumyakanti Das created CALCITE-4703: Summary: getDistinctRowCount returns NULL for Converter and TableScan Key: CALCITE-4703 URL: https://issues.apache.org/jira/browse/CALCITE-4703 Project:

[jira] [Created] (CALCITE-4702) Error when executing query with GROUP BY constant via JDBC adapter

2021-07-26 Thread Stamatis Zampetakis (Jira)
Stamatis Zampetakis created CALCITE-4702: Summary: Error when executing query with GROUP BY constant via JDBC adapter Key: CALCITE-4702 URL: https://issues.apache.org/jira/browse/CALCITE-4702

No match found for function signature IF

2021-07-26 Thread wrstrs
hi, all how to solve this problem? Caused by: org.apache.calcite.sql.validate.SqlValidatorException: No match found for function signature IF(

[jira] [Created] (CALCITE-4701) Implement and publish Gradle plugin for extending the parser

2021-07-26 Thread Vladimir Sitnikov (Jira)
Vladimir Sitnikov created CALCITE-4701: -- Summary: Implement and publish Gradle plugin for extending the parser Key: CALCITE-4701 URL: https://issues.apache.org/jira/browse/CALCITE-4701 Project: