zhuxiaokang0223 opened a new issue, #18791: URL: https://github.com/apache/doris/issues/18791
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 1.2.3 ### What's Wrong? When executing the insert statement, data can be successfully inserted into the JSONB field, but an exception is thrown when executing the update statement. The SQL statements executed are as follows: update testinfo set shiji='[{"name":"hanmeimei"}]' WHERE id=1 exception: [UpdateStmtExecutor.execute():115] failed to execute update stmt, query id:edfe500555f34319-91510eee083816fa org.apache.doris.common.UserException: errCode = 2, detailMessage = (10.1.0.162)[INTERNAL_ERROR]Unknown expr node type: 25 ### What You Expected? Fix bugs ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
