-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[fix](csv reader) fix core dump when parsing csv with enclose #45485
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
977c2e5
to
cca1e1d
Compare
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
TeamCity be ut coverage result: |
cca1e1d
to
23d2c1c
Compare
clang-tidy review says "All clean, LGTM! 👍" |
run buildall |
PR approved by anyone and no changes requested. |
TeamCity be ut coverage result: |
23d2c1c
to
1c35f6c
Compare
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
TeamCity be ut coverage result: |
TPC-H: Total hot run time: 39934 ms
|
TPC-DS: Total hot run time: 196322 ms
|
1c35f6c
to
0dd0815
Compare
ClickBench: Total hot run time: 32.01 s
|
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 39972 ms
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 190951 ms
|
ClickBench: Total hot run time: 32.41 s
|
0dd0815
to
4a41bb5
Compare
f2269ba
to
8ddf4c7
Compare
run buildall |
TPC-H: Total hot run time: 39939 ms
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 190445 ms
|
ac701ec
to
61e19ad
Compare
run buildall |
TPC-H: Total hot run time: 39766 ms
|
61e19ad
to
a922aca
Compare
run buildall |
TPC-H: Total hot run time: 39847 ms
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 190626 ms
|
ClickBench: Total hot run time: 32.47 s
|
PR approved by at least one committer and no changes requested. |
…lose #45485 (#45889) Cherry-picked from #45485 Co-authored-by: hui lai <[email protected]>
…lose #45485 (#45888) Cherry-picked from #45485 Co-authored-by: hui lai <[email protected]>
What problem does this PR solve?
Problem Summary:
Core dump when load csv file to Doris:
curr_len should len - _idx rather than _column_sep_len.
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)