[enchement](utf8)import enable_text_validate_utf8 session var (#45537)#46070
[enchement](utf8)import enable_text_validate_utf8 session var (#45537)#46070morningman merged 2 commits intoapache:branch-2.1from
Conversation
…#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.
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
|
TeamCity be ut coverage result: |
|
run buildall |
|
TeamCity be ut coverage result: |
bp #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 variableenable_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)