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-28844][SQL] Fix typo in SQLConf FILE_COMRESSION_FACTOR #25538

Closed
wants to merge 1 commit into from

Conversation

triplesheep
Copy link
Contributor

@triplesheep triplesheep commented Aug 21, 2019

What changes were proposed in this pull request?

Fix minor typo in SQLConf.
FILE_COMRESSION_FACTOR -> FILE_COMPRESSION_FACTOR

Why are the changes needed?

Make conf more understandable.

Does this PR introduce any user-facing change?

No. (spark.sql.sources.fileCompressionFactor is unchanged.)

How was this patch tested?

Pass the Jenkins with the existing tests.

@triplesheep
Copy link
Contributor Author

cc @CodingCat @gengliangwang

@gengliangwang
Copy link
Member

@triplesheep Thanks for the fix. Could you create a jira ticket in https://issues.apache.org/jira/browse/SPARK and change the title as
"[SPARK-xxxxx][SQL][MINOR] Fix typo in SQLConf FILE_COMRESSION_FACTOR"

Copy link
Member

@srowen srowen left a comment

Choose a reason for hiding this comment

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

This should be fine as it's not a user-facing change, it's private/internal.

@triplesheep
Copy link
Contributor Author

@gengliangwang Done and the issue is SPARK-28844. Thanks for reviewing :)

@triplesheep triplesheep changed the title Fix minor typo in SQLConf [SPARK-28844][SQL][MINOR] Fix typo in SQLConf FILE_COMRESSION_FACTOR Aug 22, 2019
@triplesheep
Copy link
Contributor Author

cc @srowen @triplesheep @dongjoon-hyun could someone allow me to start the jenkins test ?

@dongjoon-hyun
Copy link
Member

ok to test

@dongjoon-hyun
Copy link
Member

Sorry for being late, @triplesheep .

@dongjoon-hyun dongjoon-hyun changed the title [SPARK-28844][SQL][MINOR] Fix typo in SQLConf FILE_COMRESSION_FACTOR [SPARK-28844][SQL] Fix typo in SQLConf FILE_COMRESSION_FACTOR Aug 22, 2019
@dongjoon-hyun
Copy link
Member

Since this typo was introduced since 2.3, cc @kiszk , too.

Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

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

+1, LGTM. (Pending Jenkins testing).
Thank you for your first contribution, @triplesheep .

@SparkQA
Copy link

SparkQA commented Aug 22, 2019

Test build #109552 has finished for PR 25538 at commit 558ff04.

  • This patch fails due to an unknown error code, -9.
  • This patch merges cleanly.
  • This patch adds no public classes.

@dongjoon-hyun
Copy link
Member

I tested this manually. Merged to master/2.4/2.3.

dongjoon-hyun pushed a commit that referenced this pull request Aug 22, 2019
Fix minor typo in SQLConf.
`FILE_COMRESSION_FACTOR` -> `FILE_COMPRESSION_FACTOR`

Make conf more understandable.

No. (`spark.sql.sources.fileCompressionFactor` is unchanged.)

Pass the Jenkins with the existing tests.

Closes #25538 from triplesheep/TYPO-FIX.

Authored-by: triplesheep <triplesheep0419@gmail.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
(cherry picked from commit 48578a4)
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
dongjoon-hyun pushed a commit that referenced this pull request Aug 22, 2019
Fix minor typo in SQLConf.
`FILE_COMRESSION_FACTOR` -> `FILE_COMPRESSION_FACTOR`

Make conf more understandable.

No. (`spark.sql.sources.fileCompressionFactor` is unchanged.)

Pass the Jenkins with the existing tests.

Closes #25538 from triplesheep/TYPO-FIX.

Authored-by: triplesheep <triplesheep0419@gmail.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
(cherry picked from commit 48578a4)
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
@dongjoon-hyun
Copy link
Member

Hi, @triplesheep . What is your JIRA ID?

rluta pushed a commit to rluta/spark that referenced this pull request Sep 17, 2019
Fix minor typo in SQLConf.
`FILE_COMRESSION_FACTOR` -> `FILE_COMPRESSION_FACTOR`

Make conf more understandable.

No. (`spark.sql.sources.fileCompressionFactor` is unchanged.)

Pass the Jenkins with the existing tests.

Closes apache#25538 from triplesheep/TYPO-FIX.

Authored-by: triplesheep <triplesheep0419@gmail.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
(cherry picked from commit 48578a4)
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
kai-chi pushed a commit to kai-chi/spark that referenced this pull request Sep 26, 2019
Fix minor typo in SQLConf.
`FILE_COMRESSION_FACTOR` -> `FILE_COMPRESSION_FACTOR`

Make conf more understandable.

No. (`spark.sql.sources.fileCompressionFactor` is unchanged.)

Pass the Jenkins with the existing tests.

Closes apache#25538 from triplesheep/TYPO-FIX.

Authored-by: triplesheep <triplesheep0419@gmail.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
(cherry picked from commit 48578a4)
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
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.

5 participants