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

   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
   
   And we can see correct query state in profile
   
![8415ec38-4e83-4d8e-ad5b-0c0c755c14ba](https://github.com/apache/doris/assets/42906151/3925d21c-2304-40c4-bc28-350ede50ab7f)
   
   


-- 
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]

Reply via email to