zhiqiang-hhhh opened a new pull request, #30488:
URL: https://github.com/apache/doris/pull/30488

   before
   ```txt
   2024-01-29 12:07:11,383 [query] 
|Client=[127.0.0.1:39108](http://127.0.0.1:39108/)|User=root|Db=demo|State=OK|ErrorCode=1105|ErrorMessage=Unexpected
 exception: Nereids DML is disabled, will try to fall back to the original 
planner|Time(ms)=38|ScanBytes=0|ScanRows=0|ReturnRows=7|StmtId=40|QueryId=203710eaf8454a-80888796dfcfcb21|IsQuery=false|isNereids=false|feIp=[127.0.0.1](http://127.0.0.1/)|Stmt=insert
 into et1 select * from 
et1|CpuTimeMS=0|SqlHash=894f0ddbdc81f008cd426fd1781af154|peakMemoryBytes=0|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
   ```
   after
   ```txt
   2024-01-29 12:29:10,695 [query] 
|Client=127.0.0.1:36838|User=root|Db=demo|State=OK|ErrorCode=0|ErrorMessage=|Time(ms)=231|ScanBytes=0|ScanRows=0|ReturnRows=7|StmtId=4|QueryId=f026249775834bd7-9ac993ef697ee880|IsQuery=false|isNereids=false|feIp=127.0.0.1|Stmt=insert
 into et1 select * from 
et1|CpuTimeMS=0|SqlHash=894f0ddbdc81f008cd426fd1781af154|peakMemoryBytes=0|SqlDigest=|TraceId=|WorkloadGroup=|FuzzyVariables=
   ```
   
   ErrorCodes change from 1105 to 0


-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to