-
Notifications
You must be signed in to change notification settings - Fork 483
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
ORC-1563: Fix orc.bloom.filter.fpp
default value and orc.compress
notes of Spark and Hive config docs
#1709
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, LGTM. Thank you, @cxzl25 .
@@ -12,13 +12,13 @@ with the same options. | |||
|
|||
Key | Default | Notes | |||
:----------------------- | :---------- | :------------------------ | |||
orc.compress | ZLIB | high level compression = {NONE, ZLIB, SNAPPY} | |||
orc.compress | ZLIB | high level compression = {NONE, ZLIB, SNAPPY, LZO, LZ4, ZSTD} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add the JIRA IDs of these too, @cxzl25 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like this?
orc.compress | ZLIB | high level compression = {NONE, ZLIB, SNAPPY, LZO, LZ4 (ORC-77), ZSTD (ORC-363)}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No~ What I meant was the PR description. Let me add that to the PR description and merge this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks your help. @dongjoon-hyun
orc.bloom.filter.fpp
default value and orc.compress
notes of Spark and Hive config docs
… notes of Spark and Hive config docs ### What changes were proposed in this pull request? 1. Add `orc.compress` enumeration value description - LZO, LZ4 (ORC-77) since ORC 1.2 - ZSTD (ORC-363) since ORC 1.6 2. Fix `orc.bloom.filter.fpp` default value (ORC-1338) since ORC 1.8.2 ### Why are the changes needed? The document is out of date. ### How was this patch tested? local check Closes #1709 from cxzl25/ORC-1563. Authored-by: sychen <sychen@ctrip.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 0184a66) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
… notes of Spark and Hive config docs ### What changes were proposed in this pull request? 1. Add `orc.compress` enumeration value description - LZO, LZ4 (ORC-77) since ORC 1.2 - ZSTD (ORC-363) since ORC 1.6 2. Fix `orc.bloom.filter.fpp` default value (ORC-1338) since ORC 1.8.2 ### Why are the changes needed? The document is out of date. ### How was this patch tested? local check Closes #1709 from cxzl25/ORC-1563. Authored-by: sychen <sychen@ctrip.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 0184a66) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Merged to main/1.9/1.8. I also published the fixed doc to the webpage, @cxzl25 . |
… notes of Spark and Hive config docs ### What changes were proposed in this pull request? 1. Add `orc.compress` enumeration value description - LZO, LZ4 (ORC-77) since ORC 1.2 - ZSTD (ORC-363) since ORC 1.6 2. Fix `orc.bloom.filter.fpp` default value (ORC-1338) since ORC 1.8.2 ### Why are the changes needed? The document is out of date. ### How was this patch tested? local check Closes apache#1709 from cxzl25/ORC-1563. Authored-by: sychen <sychen@ctrip.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
What changes were proposed in this pull request?
orc.compress
enumeration value descriptionorc.bloom.filter.fpp
default value (ORC-1338) since ORC 1.8.2Why are the changes needed?
The document is out of date.
How was this patch tested?
local check