Uh oh!
There was an error while loading. Please reload this page.
[enchement](utf8)import enable_text_validate_utf8 session var - #45537
Conversation
hello-stephen
commented
Dec 17, 2024
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
| }) | ||
| public boolean enableAutoCreateWhenOverwrite = false; | ||
| @VariableMgr.VarAttr(name = ENABLE_TEXT_VALIDATE_UTF8, needForward = true) |
hubgeter
commented
Dec 23, 2024
run buildall |
doris-robot
commented
Dec 23, 2024
TPC-H: Total hot run time: 40316 ms |
doris-robot
commented
Dec 23, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Dec 23, 2024
TPC-DS: Total hot run time: 198521 ms |
doris-robot
commented
Dec 23, 2024
ClickBench: Total hot run time: 33.14 s |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
…#45537) Problem Summary: When reading text format files in Hive catalog and TVF, sometimes you may encounter the exception `Only support csv data in utf8 codec`. I introduced a new session variable `enable_text_validate_utf8` to control whether to check the utf8 format. Introduced `enable_text_validate_utf8` session variable to control whether to check the utf8 format.
…#45537) Problem Summary: When reading text format files in Hive catalog and TVF, sometimes you may encounter the exception `Only support csv data in utf8 codec`. I introduced a new session variable `enable_text_validate_utf8` to control whether to check the utf8 format. Introduced `enable_text_validate_utf8` session variable to control whether to check the utf8 format.
Problem Summary: When reading text format files in Hive catalog and TVF, sometimes you may encounter the exception `Only support csv data in utf8 codec`. I introduced a new session variable `enable_text_validate_utf8` to control whether to check the utf8 format. Introduced `enable_text_validate_utf8` session variable to control whether to check the utf8 format.
What problem does this PR solve?
Problem Summary:
When reading text format files in Hive catalog and TVF, sometimes you may encounter the exception
Only support csv data in utf8 codec.I introduced a new session variable
enable_text_validate_utf8to control whether to check the utf8 format.Release note
Introduced
enable_text_validate_utf8session variable to control whether to check the utf8 format.Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)