kangkaisen opened a new issue #2096: NPE when explain InsertStmt in FOLLOWER node URL: https://github.com/apache/incubator-doris/issues/2096 **Describe the bug** when query the following sql in FOLLOWER node, we will get a NPE: ``` explain insert into t3 SELECT * FROM t1 WHERE dt = (select max(dt) from t2); ```
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
