Uh oh!
There was an error while loading. Please reload this page.
[fix](inverted index)Support Chinese column name with inverted index #36321 - #36375
Conversation
…pache#36321) 1. `std::string` to `std::wstring` conversion only supports ASCII characters. For non-ASCII characters, we need to use `StringUtil::string_to_wstring` 2. Fix index_tool check_terms_stats_v2 and add field info to print Issue Number: apache#34118
doris-robot
commented
Jun 17, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
qidaye
commented
Jun 17, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Jun 17, 2024
TPC-H: Total hot run time: 50193 ms |
doris-robot
commented
Jun 17, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Jun 17, 2024
TPC-DS: Total hot run time: 203413 ms |
doris-robot
commented
Jun 17, 2024
ClickBench: Total hot run time: 30.6 s |
doris-robot
commented
Jun 17, 2024
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
qidaye
commented
Jun 17, 2024
run p0 |
qidaye
commented
Jun 17, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Jun 17, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Jun 17, 2024
TPC-H: Total hot run time: 50034 ms |
doris-robot
commented
Jun 17, 2024
TPC-DS: Total hot run time: 203306 ms |
doris-robot
commented
Jun 17, 2024
ClickBench: Total hot run time: 30.11 s |
doris-robot
commented
Jun 17, 2024
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
std::stringtostd::wstringconversion only supports ASCII characters. For non-ASCII characters, we need to useStringUtil::string_to_wstringIssue Number: #34118
pick from master #36321