Skip to content
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

[SPARK-35250][SQL][DOCS] Fix duplicated STOP_AT_DELIMITER to SKIP_VALUE at CSV's unescapedQuoteHandling option documentation #32423

Closed
wants to merge 1 commit into from

Conversation

HyukjinKwon
Copy link
Member

What changes were proposed in this pull request?

This is rather a followup of #30518 that should be ported back to branch-3.1 too.
STOP_AT_DELIMITER was mistakenly used twice. The duplicated STOP_AT_DELIMITER should be SKIP_VALUE in the documentation.

Why are the changes needed?

To correctly document.

Does this PR introduce any user-facing change?

Yes, it fixes the user-facing documentation.

How was this patch tested?

I checked them via running linters.

@HyukjinKwon
Copy link
Member Author

cc @LuciferYang FYI

@HyukjinKwon
Copy link
Member Author

Thanks guys!

Merged to master and branch-3.1.

HyukjinKwon added a commit that referenced this pull request May 3, 2021
…UE at CSV's unescapedQuoteHandling option documentation

### What changes were proposed in this pull request?

This is rather a followup of #30518 that should be ported back to `branch-3.1` too.
`STOP_AT_DELIMITER` was mistakenly used twice. The duplicated `STOP_AT_DELIMITER` should be `SKIP_VALUE` in the documentation.

### Why are the changes needed?

To correctly document.

### Does this PR introduce _any_ user-facing change?

Yes, it fixes the user-facing documentation.

### How was this patch tested?

I checked them via running linters.

Closes #32423 from HyukjinKwon/SPARK-35250.

Authored-by: HyukjinKwon <gurwls223@apache.org>
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
(cherry picked from commit 8aaa9e8)
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
@LuciferYang
Copy link
Contributor

Thank you for your fix @HyukjinKwon , I'm on vacation, so I'm not online these days :)

flyrain pushed a commit to flyrain/spark that referenced this pull request Sep 21, 2021
…UE at CSV's unescapedQuoteHandling option documentation

### What changes were proposed in this pull request?

This is rather a followup of apache#30518 that should be ported back to `branch-3.1` too.
`STOP_AT_DELIMITER` was mistakenly used twice. The duplicated `STOP_AT_DELIMITER` should be `SKIP_VALUE` in the documentation.

### Why are the changes needed?

To correctly document.

### Does this PR introduce _any_ user-facing change?

Yes, it fixes the user-facing documentation.

### How was this patch tested?

I checked them via running linters.

Closes apache#32423 from HyukjinKwon/SPARK-35250.

Authored-by: HyukjinKwon <gurwls223@apache.org>
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
(cherry picked from commit 8aaa9e8)
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
(cherry picked from commit 89f5ec7)
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
@HyukjinKwon HyukjinKwon deleted the SPARK-35250 branch January 4, 2022 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants