Uh oh!
There was an error while loading. Please reload this page.
[cherry-pick](branch2.1) support escape.delim and serialization.null.format for hive text - #41684
Conversation
…#40291) ## Proposed changes related pr: apache#39700 support escape.delim and serialization.null.format for hive text
doris-robot
commented
Oct 11, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
suxiaogang223
commented
Oct 11, 2024
run buildall |
| } | ||
| } | ||
| void HiveCsvTextFieldSplitter::do_split(const Slice& line, std::vector<Slice>* splitted_values) { |
There was a problem hiding this comment.
warning: method 'do_split' can be made const [readability-make-member-function-const]
be/src/vec/exec/format/csv/csv_reader.cpp:177:
- values) {+ values) const {doris-robot
commented
Oct 11, 2024
TeamCity be ut coverage result: |
Proposed changes
pick from master:
#40291