You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Francesco Gini (Jira)" <ji...@apache.org> on 2021/11/28 10:57:00 UTC

[jira] [Created] (CALCITE-4905) JdbcCalc does not implement Calc

Francesco Gini created CALCITE-4905:
---------------------------------------

             Summary: JdbcCalc does not implement Calc
                 Key: CALCITE-4905
                 URL: https://issues.apache.org/jira/browse/CALCITE-4905
             Project: Calcite
          Issue Type: Bug
            Reporter: Francesco Gini


`JdbcCalc` class does not implement Calc. Failing to do that means that `

RelToSqlConverter` cannot translate a plan with `JdbcCalc` into sql because `RelToSqlConverter` expects

```

{color:#cc7832}public {color}Result {color:#ffc66d}visit{color}(Calc e)

```



--
This message was sent by Atlassian Jira
(v8.20.1#820001)