Commit d1a673a
committed
[SPARK-29924][DOCS] Document Apache Arrow JDK11 requirement
### What changes were proposed in this pull request?
This adds a note for additional setting for Apache Arrow library for Java 11.
### Why are the changes needed?
Since Apache Arrow 0.14.0, an additional setting is required for Java 9+.
- https://issues.apache.org/jira/browse/ARROW-3191
It's explicitly documented at Apache Arrow 0.15.0.
- https://issues.apache.org/jira/browse/ARROW-6206
However, there is no plan to handle that inside Apache Arrow side.
- https://issues.apache.org/jira/browse/ARROW-7223
In short, we need to document this for the users who is using Arrow-related feature on JDK11.
For dev environment, we handle this via [SPARK-29923](#26552) .
### Does this PR introduce any user-facing change?
Yes.
### How was this patch tested?
Generated document and see the pages.

Closes #27356 from dongjoon-hyun/SPARK-JDK11-ARROW-DOC.
Authored-by: Dongjoon Hyun <dhyun@apple.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>1 parent ed44926 commit d1a673a
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
0 commit comments