Skip to content

branch-3.0: [fix](csv) escape quote with double quote for csv format table (#50101)#52403

Merged
dataroaring merged 1 commit intoapache:branch-3.0from
suxiaogang223:escape_quote_3.0
Jun 28, 2025
Merged

branch-3.0: [fix](csv) escape quote with double quote for csv format table (#50101)#52403
dataroaring merged 1 commit intoapache:branch-3.0from
suxiaogang223:escape_quote_3.0

Conversation

@suxiaogang223
Copy link
Contributor

bp: #50101

…e#50101)

Problem Summary:
According to the CSV standard format definition, quote characters inside
a string should be escaped using a pair of quote characters. However,
the current implementation does not handle this case correctly, which
may lead to incorrect parsing results when the input string contains
quote characters.
@Thearas
Copy link
Contributor

Thearas commented Jun 27, 2025

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@suxiaogang223
Copy link
Contributor Author

run buildall

Copy link
Contributor

@dataroaring dataroaring left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dataroaring dataroaring merged commit f00bde3 into apache:branch-3.0 Jun 28, 2025
22 of 24 checks passed
koarz pushed a commit to koarz/doris that referenced this pull request Jul 3, 2025
@suxiaogang223 suxiaogang223 deleted the escape_quote_3.0 branch July 10, 2025 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments