Uh oh!
There was an error while loading. Please reload this page.
[fix](ES Catalog)Fix int parse error when querying by doc_values - #40385
Conversation
doris-robot
commented
Sep 4, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
qidaye
commented
Sep 4, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Sep 4, 2024
TPC-H: Total hot run time: 38431 ms |
doris-robot
commented
Sep 4, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Sep 4, 2024
TPC-DS: Total hot run time: 194085 ms |
doris-robot
commented
Sep 4, 2024
ClickBench: Total hot run time: 32.17 s |
b3a633f to
c5d2617Compareqidaye
commented
Sep 5, 2024
run buildall |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
doris-robot
commented
Sep 5, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Sep 5, 2024
TPC-H: Total hot run time: 37812 ms |
doris-robot
commented
Sep 5, 2024
TPC-DS: Total hot run time: 193077 ms |
doris-robot
commented
Sep 5, 2024
ClickBench: Total hot run time: 31.95 s |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
…che#40385) When querying by doc_values, the result may be embrace by quotes, which will lead the int parsing error.
…che#40385) When querying by doc_values, the result may be embrace by quotes, which will lead the int parsing error.
…che#40385) When querying by doc_values, the result may be embrace by quotes, which will lead the int parsing error.
Proposed changes
When querying by doc_values, the result may be embrace by quotes, which will lead the int parsing error.