morningman opened a new issue #1997: Save image failed because originStmt in BrokerLoadJob is null URL: https://github.com/apache/incubator-doris/issues/1997 **Describe the bug** The broker load job in previous Doris version is null, thus leading to a NullPointerException when try to writer edit log of a null String. ** How to fix ** Set originStmt as a empty string instead of null, if it does not exist.
---------------------------------------------------------------- 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]
