Uh oh!
There was an error while loading. Please reload this page.
[fix](csv reader) trim enclose do not require trim_double_quotes property - #54937
Conversation
Thearas
commented
Aug 18, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
sollhui
commented
Aug 18, 2025
run buildall |
c61fc7d to
c5f9de4Comparesollhui
commented
Aug 18, 2025
run buildall |
doris-robot
commented
Aug 18, 2025
TPC-H: Total hot run time: 33678 ms |
doris-robot
commented
Aug 18, 2025
TPC-DS: Total hot run time: 184136 ms |
doris-robot
commented
Aug 18, 2025
ClickBench: Total hot run time: 32.56 s |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
c5f9de4 to
861da96Comparesollhui
commented
Aug 18, 2025
run buildall |
doris-robot
commented
Aug 18, 2025
TPC-H: Total hot run time: 33686 ms |
doris-robot
commented
Aug 18, 2025
TPC-DS: Total hot run time: 185051 ms |
doris-robot
commented
Aug 18, 2025
ClickBench: Total hot run time: 32.46 s |
doris-robot
commented
Aug 18, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
861da96 to
c1445bbComparesollhui
commented
Aug 18, 2025
run buildall |
hello-stephen
commented
Aug 18, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
doris-robot
commented
Aug 18, 2025
TPC-H: Total hot run time: 33732 ms |
doris-robot
commented
Aug 18, 2025
TPC-DS: Total hot run time: 184775 ms |
doris-robot
commented
Aug 18, 2025
ClickBench: Total hot run time: 33.19 s |
hello-stephen
commented
Aug 18, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Aug 19, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
PR approved by at least one committer and no changes requested. |
hello-stephen
commented
Aug 19, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Aug 19, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Aug 20, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
0c349af to
f3596bbComparesollhui
commented
Aug 20, 2025
run buildall |
doris-robot
commented
Aug 20, 2025
TPC-H: Total hot run time: 33426 ms |
doris-robot
commented
Aug 20, 2025
TPC-DS: Total hot run time: 184152 ms |
doris-robot
commented
Aug 20, 2025
ClickBench: Total hot run time: 32.46 s |
doris-robot
commented
Aug 20, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Aug 20, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
PR approved by at least one committer and no changes requested. |
Uh oh!
There was an error while loading. Please reload this page.
…erty (#54937) If user would like to load data `"aaa"` to Doris and want to trim "\"" to be `aaa`, need config two properties `enclose = "\"" `and `trim_double_quotes = true`. This pr aim to trim enclose do not require `trim_double_quotes` property, if user config enclose, Doris would trim enclose automatically.
What problem does this PR solve?
If user would like to load data
"aaa"to Doris and want to trim """ to beaaa, need config two propertiesenclose = "\""andtrim_double_quotes = true.This pr aim to trim enclose do not require
trim_double_quotesproperty, if user config enclose, Doris would trim enclose automatically.Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)