morningman opened a new pull request #3029: [Bug] Fix bug of NPE when get replication number from olap table URL: https://github.com/apache/incubator-doris/pull/3029 The default replication number of an olap table may not be set. Every time we call `getReplicationNum()`, we have to check if it returns null, which is inconvenience and may cause problem So in this PR, I set a default value to table's replication number. This bug is introduced by #2958
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org