hf200012 opened a new issue #5735:
URL: https://github.com/apache/incubator-doris/issues/5735


   Doris 0.14.7
   
    update user001 set city='shanghai' where user_id='10001'
   
   Exception 
   `java.lang.NullPointerException: null
        at 
org.apache.doris.load.update.UpdateStmtExecutor.executePlan(UpdateStmtExecutor.java:131)
 ~[palo-fe.jar:3.4.0]
        at 
org.apache.doris.load.update.UpdateStmtExecutor.execute(UpdateStmtExecutor.java:99)
 [palo-fe.jar:3.4.0]
        at 
org.apache.doris.load.update.UpdateManager.handleUpdate(UpdateManager.java:49) 
[palo-fe.jar:3.4.0]
        at org.apache.doris.qe.DdlExecutor.execute(DdlExecutor.java:161) 
[palo-fe.jar:3.4.0]
        at 
org.apache.doris.qe.StmtExecutor.handleDdlStmt(StmtExecutor.java:1413) 
[palo-fe.jar:3.4.0]
        at org.apache.doris.qe.StmtExecutor.execute(StmtExecutor.java:379) 
[palo-fe.jar:3.4.0]
        at 
org.apache.doris.qe.ConnectProcessor.proxyExecute(ConnectProcessor.java:493) 
[palo-fe.jar:3.4.0]
        at 
org.apache.doris.service.FrontendServiceImpl.forward(FrontendServiceImpl.java:659)
 [palo-fe.jar:3.4.0]
        at 
org.apache.doris.thrift.FrontendService$Processor$forward.getResult(FrontendService.java:1933)
 [spark-dpp-1.0.0.jar:1.0.0]
        at 
org.apache.doris.thrift.FrontendService$Processor$forward.getResult(FrontendService.java:1918)
 [spark-dpp-1.0.0.jar:1.0.0]
        at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39) 
[spark-dpp-1.0.0.jar:1.0.0]
        at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39) 
[spark-dpp-1.0.0.jar:1.0.0]
        at 
org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:286)
 [spark-dpp-1.0.0.jar:1.0.0]
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_261]
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_261]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_261]`
   
   **Describe the bug**
   A clear and concise description of what the bug is.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Go to '...'
   2. Click on '....'
   3. Scroll down to '....'
   4. See error
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   **Screenshots**
   If applicable, add screenshots to help explain your problem.
   
   **Desktop (please complete the following information):**
    - OS: [e.g. iOS]
    - Browser [e.g. chrome, safari]
    - Version [e.g. 22]
   
   **Smartphone (please complete the following information):**
    - Device: [e.g. iPhone6]
    - OS: [e.g. iOS8.1]
    - Browser [e.g. stock browser, safari]
    - Version [e.g. 22]
   
   **Additional context**
   Add any other context about the problem here.
   


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

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