You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Tang (Jira)" <ji...@apache.org> on 2022/03/14 16:43:00 UTC

[jira] [Created] (CALCITE-5041) SQL DML Update statement

Tang created CALCITE-5041:
-----------------------------

             Summary: SQL DML Update statement
                 Key: CALCITE-5041
                 URL: https://issues.apache.org/jira/browse/CALCITE-5041
             Project: Calcite
          Issue Type: Bug
          Components: jdbc-adapter
            Reporter: Tang


I want to add a custom table in calcite, support SQL DML, when I try to support the update statement, there is an error here, reminding me that the update operation is not supported in the EnumerableTableModify function


[the exception is in |https://github.com/apache/calcite/blob/master/core/src/main/java/org/apache/calcite/adapter/enumerable/EnumerableTableModify.java#L139]

Historical commit information is here

 
I hope I can get some actionable advice, thanks



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