This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
from 6b08a4ec93f [Bug](top-n) do not get runtime predicate when predicate not initialized #32209 new f9ee3ff3595 [thirdparty](lib) Add base64 thirdparty lib (#31850) new f2404ff553f [Opt](exec) remove the unless mem alloc in base64 (#32019) new 8ae493e54fe [thirdparty](lib) Add Patch for base64 lib (#32059) new b031c95324e [Opt](exec) use libbase64 to replace base64 code in doris (#32078) The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: be/cmake/thirdparty.cmake | 1 + be/src/exec/olap_utils.h | 36 ---- be/src/util/url_coding.cpp | 190 +++------------------ be/src/util/url_coding.h | 2 - be/src/vec/functions/function_bitmap.cpp | 6 +- be/src/vec/functions/function_string.cpp | 6 +- .../load_p0/stream_load/test_stream_load.groovy | 2 +- .../test_stream_load_move_memtable.groovy | 8 +- thirdparty/build-thirdparty.sh | 62 +++++++ thirdparty/download-thirdparty.sh | 22 +++ thirdparty/patches/base64-0.5.2.patch | 57 +++++++ thirdparty/vars.sh | 28 +++ 12 files changed, 208 insertions(+), 212 deletions(-) create mode 100644 thirdparty/patches/base64-0.5.2.patch --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org