Skip to content

Commit

Permalink
docs: update wording of query requirements for Arrow.
Browse files Browse the repository at this point in the history
  • Loading branch information
karel-rehor committed Jan 8, 2025
1 parent 098de94 commit ab10892
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ AND ('bees' IS NOT NULL OR 'ants' IS NOT NULL) order by time asc`
<p>
The query transport makes use of Apache Arrow Flight to shorten
processing time. When executing queries Arrow needs access to internal
JVM resources. This means setting the following JVM argument:{' '}
JVM resources. This requires setting the following JVM argument:{' '}
<code>--add-opens=java.base/java.nio=ALL-UNNAMED</code>
</p>
<h2>Java</h2>
<p>
With straightforward Java this can be done with an environment variable:
This can be done with an environment variable:
</p>
<CodeSnippet
language="bash"
Expand Down

0 comments on commit ab10892

Please sign in to comment.