Re: [Discuss]Some thoughts on the development of Apache Doris's Docker series of tools

2022-08-18 Thread
I have submitted an issue about this. https://github.com/apache/doris/issues/11900 在 2022/8/18 17:05,“苏奕嘉”<591244...@qq.com.INVALID> 写入: Hi all, In more and more scenarios, such as learning, rapid testing, version function verification, etc., it is necessary to have a function that is e

Re: [Proposal] Return Optional in Catalog.getDb and Database.getTable

2021-08-05 Thread
. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: chenmin...@apache.org 在 2021-08-03 19:54:42,"Shuo Wang" 写道: >+1 > >迟成 于2021年8月3日周二 下午6:16写道: > >> The replay NPE bug has caused many cases that make all FE down. >> To avoid t

[Proposal] Return Optional in Catalog.getDb and Database.getTable

2021-08-03 Thread
The replay NPE bug has caused many cases that make all FE down. To avoid this from happening, It’s necessary to check null when get DB and Table object at any time. I suggest that returns Optional object when get DB and Table object to normalize the null check. DdlException and AnalysisException