[ 
https://issues.apache.org/jira/browse/CALCITE-5041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tang updated CALCITE-5041:
--------------------------
    Description: 
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|https://issues.apache.org/jira/browse/CALCITE-1527]

At present, INSERT, SELECT, DELETE have all been implemented
I hope I can get some actionable advice, thanks

  was:
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|https://issues.apache.org/jira/browse/CALCITE-1527]

 
I hope I can get some actionable advice, thanks


> 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
>            Priority: Trivial
>
> 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|https://issues.apache.org/jira/browse/CALCITE-1527]
> At present, INSERT, SELECT, DELETE have all been implemented
> I hope I can get some actionable advice, thanks



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

Reply via email to