-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-29529][DOCS]Remove unnecessary orc version and hive version in doc #26146
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
Conversation
|
ok to test |
|
Test build #112210 has finished for PR 26146 at commit
|
docs/sql-data-sources-orc.md
Outdated
| <td><code>spark.sql.orc.impl</code></td> | ||
| <td><code>native</code></td> | ||
| <td>The name of ORC implementation. It can be one of <code>native</code> and <code>hive</code>. <code>native</code> means the native ORC support that is built on Apache ORC 1.4. `hive` means the ORC library in Hive 1.2.1.</td> | ||
| <td>The name of ORC implementation. It can be one of <code>native</code> and <code>hive</code>. <code>native</code> means the native ORC support that is built on Apache ORC 1.5. `hive` means the ORC library in Hive 1.2.1.</td> |
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.
Let's just remove versions from this statement entirely? it's not the right place
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 for removal.
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.
Ur, BTW, it seems that we need to rewrite all. Oops. Late duplicated comment.Hive 1.2.1 also became wrong because Hadoop 3.2 profile means ORC 1.6, too.
cc @wangyum
|
Test build #112265 has finished for PR 26146 at commit
|
dongjoon-hyun
left a comment
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.
@denglingang . Please file another JIRA for this and use it as the PR title prefix.
This seems not a follow-up of SPARK-24576 now.
|
Test build #112358 has finished for PR 26146 at commit
|
srowen
left a comment
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.
Looks OK pending tests
|
Test build #112425 has finished for PR 26146 at commit
|
|
I'm going to merge this. linter and build passed, and we don;t build the doc in PR builder. |
|
Merged to master. |
|
Test build #112427 has finished for PR 26146 at commit
|
|
Late LGTM. Thank you all. |
What changes were proposed in this pull request?
This PR remove unnecessary orc version and hive version in doc.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
N/A.