Pxl
Pxl
# Proposed changes Issue Number: close #11606 1. remove referenced_column(seems unused now). 2. fix mv slot ref id wrong. 3. add type check for hll_hash. 4. enable non-nullable column change...
part of #9312 ## Problem summary This pr upgrade phmap from 1.33 to 1.35, add abseil and upgrade s2geo to 0.10. Those upgrade will fix some compile error on c++20,...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version master ### What's Wrong? ```SQL CREATE TABLE test_sys_materialized_view_2_test_create_dup_hll_mv_db.test_sys_materialized_view_2_test_create_dup_hll_mv_tb_dup ( k0 BOOLEAN...
**Describe the bug (描述bug)** 用ld/lld/gold链接都是可以的,但是mold链接就会报这个错,不知道是mold的问题还是brpc的问题? **To Reproduce (复现方法)** ```cpp mold: error: duplicate symbol: /home/bitetheddddt/dbdev/incubator-doris/thirdparty/installed/lib64/libbrpc.a(collector.cpp.o): src/service/CMakeFiles/palo_be.dir/doris_main.cpp.o: guard variable for butil::detail::ClassNameHelper::name[abi:cxx11] mold: error: duplicate symbol: /home/bitetheddddt/dbdev/incubator-doris/thirdparty/installed/lib64/libbrpc.a(acceptor.cpp.o): src/exec/libExec.a(data_sink.cpp.o): guard variable for butil::detail::ClassNameHelper::name[abi:cxx11] mold:...
# Proposed changes for tpch Q5: before:  after:  ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes -...
# Proposed changes 1. remove some unsed variables 2. use clang-format15 reformat ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]...
# Proposed changes Move block_data_version from be config to fe heart beat ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]...
# Proposed changes 1. optimize build runtime filter. 2. change hash function of some numeric type in bloom filter. ``` sql tpch after before q1 11951.4 12087.2 q2 423.0 591.6...
# Proposed changes ```cpp 0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /mnt/disk1/pxl/doris/be/src/common/signal_handler.h:420 1# 0x00007FA30179E400 in /lib64/libc.so.6 2# gsignal in /lib64/libc.so.6 3# abort in /lib64/libc.so.6 4# 0x000055D186FEFFD9 in /mnt/disk1/pxl/doris/output/be/lib/doris_be 5# TCMallocImplementation::GetAllocatedSize(void const*)...
# Proposed changes Move array created on stack to class member to avoid allocate memory every time we call read_by_rowids. ## Problem summary Describe your changes. ## Checklist(Required) 1. Does...