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)