Kang
Kang
@GoGoWen pls add testcase add submit another PR to master
中文版release note如下: ## 1 行为变更 - `select char(0) = '\0' ` 返回true,跟MySQL的行为保持一致 - https://github.com/apache/doris/pull/30034 - export导出数据支持空表 - https://github.com/apache/doris/pull/30703 ## 2 新功能 - 利用过滤条件中的is null谓词,将outer join转换为anti join - 增加`SHOW TABLETS BELONG`语法用于获取tablet属于哪个table...
Hi @nathanmarz , is the code OK to fix #430? It aims to prevent a timed-out drpc request wasting drpc server memory and spout/bolt computing resource since result for timed-out...
Thanks @nathanmarz 's comments. The first and second is easy to fix but I am not very sure about the third.
Just change sort-slots works on out cluster. The code is bellow: ``` Index: src/clj/backtype/storm/scheduler/EvenScheduler.clj =================================================================== --- src/clj/backtype/storm/scheduler/EvenScheduler.clj +++ src/clj/backtype/storm/scheduler/EvenScheduler.clj @@ -7,7 +7,12 @@ :implements [backtype.storm.scheduler.IScheduler])) (defn sort-slots [all-slots] - (let...