[fix](inverted index)Support Chinese column name with inverted index#36321
[fix](inverted index)Support Chinese column name with inverted index#36321xiaokang merged 2 commits intoapache:masterfrom
Conversation
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
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
run buildall |
|
PR approved by anyone and no changes requested. |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
TeamCity be ut coverage result: |
TPC-H: Total hot run time: 39406 ms |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
TeamCity be ut coverage result: |
TPC-H: Total hot run time: 39574 ms |
TPC-DS: Total hot run time: 173718 ms |
ClickBench: Total hot run time: 30.1 s |
|
PR approved by at least one committer and no changes requested. |
…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
…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
Proposed changes
std::stringtostd::wstringconversion only supports ASCII characters. For non-ASCII characters, we need to useStringUtil::string_to_wstringIssue Number: #34118