Skip to content

[SPARK-48854][DOCS] Add missing options in CSV documentation #47278

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

Closed
wants to merge 1 commit into from

Conversation

yaooqinn
Copy link
Member

What changes were proposed in this pull request?

This PR added documents for missing CSV options, including delimiter as an alternative to sep, charset as an alternative to encoding, codec as an alternative to compression, and timeZone, excluding columnPruning which falls back to an internal SQL config.

Why are the changes needed?

improvement for user guide

Does this PR introduce any user-facing change?

no

How was this patch tested?

doc build

image

Was this patch authored or co-authored using generative AI tooling?

no

@github-actions github-actions bot added the DOCS label Jul 10, 2024
@yaooqinn
Copy link
Member Author

Merged to master. Thank you @ulysses-you

@yaooqinn yaooqinn closed this in 35fbedb Jul 10, 2024
@yaooqinn yaooqinn deleted the SPARK-48854 branch July 10, 2024 11:18
biruktesf-db pushed a commit to biruktesf-db/spark that referenced this pull request Jul 11, 2024
### What changes were proposed in this pull request?

This PR added documents for missing CSV options, including `delimiter` as an alternative to `sep`, `charset` as an alternative to `encoding`, `codec` as an alternative to `compression`, and `timeZone`, excluding `columnPruning` which falls back to an internal SQL config.

### Why are the changes needed?

improvement for user guide

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

no

### How was this patch tested?

doc build

![image](https://github.com/apache/spark/assets/8326978/d8ff888b-cafa-44e6-ab74-7bf69702a267)

### Was this patch authored or co-authored using generative AI tooling?

no

Closes apache#47278 from yaooqinn/SPARK-48854.

Authored-by: Kent Yao <yao@apache.org>
Signed-off-by: Kent Yao <yao@apache.org>
jingz-db pushed a commit to jingz-db/spark that referenced this pull request Jul 22, 2024
### What changes were proposed in this pull request?

This PR added documents for missing CSV options, including `delimiter` as an alternative to `sep`, `charset` as an alternative to `encoding`, `codec` as an alternative to `compression`, and `timeZone`, excluding `columnPruning` which falls back to an internal SQL config.

### Why are the changes needed?

improvement for user guide

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

no

### How was this patch tested?

doc build

![image](https://github.com/apache/spark/assets/8326978/d8ff888b-cafa-44e6-ab74-7bf69702a267)

### Was this patch authored or co-authored using generative AI tooling?

no

Closes apache#47278 from yaooqinn/SPARK-48854.

Authored-by: Kent Yao <yao@apache.org>
Signed-off-by: Kent Yao <yao@apache.org>
attilapiros pushed a commit to attilapiros/spark that referenced this pull request Oct 4, 2024
### What changes were proposed in this pull request?

This PR added documents for missing CSV options, including `delimiter` as an alternative to `sep`, `charset` as an alternative to `encoding`, `codec` as an alternative to `compression`, and `timeZone`, excluding `columnPruning` which falls back to an internal SQL config.

### Why are the changes needed?

improvement for user guide

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

no

### How was this patch tested?

doc build

![image](https://github.com/apache/spark/assets/8326978/d8ff888b-cafa-44e6-ab74-7bf69702a267)

### Was this patch authored or co-authored using generative AI tooling?

no

Closes apache#47278 from yaooqinn/SPARK-48854.

Authored-by: Kent Yao <yao@apache.org>
Signed-off-by: Kent Yao <yao@apache.org>
himadripal pushed a commit to himadripal/spark that referenced this pull request Oct 19, 2024
### What changes were proposed in this pull request?

This PR added documents for missing CSV options, including `delimiter` as an alternative to `sep`, `charset` as an alternative to `encoding`, `codec` as an alternative to `compression`, and `timeZone`, excluding `columnPruning` which falls back to an internal SQL config.

### Why are the changes needed?

improvement for user guide

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

no

### How was this patch tested?

doc build

![image](https://github.com/apache/spark/assets/8326978/d8ff888b-cafa-44e6-ab74-7bf69702a267)

### Was this patch authored or co-authored using generative AI tooling?

no

Closes apache#47278 from yaooqinn/SPARK-48854.

Authored-by: Kent Yao <yao@apache.org>
Signed-off-by: Kent Yao <yao@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants