Skip to content

Commit 1a2541c

Browse files
authored
Merge pull request #5936 from knutwalker/2.1-arrow-3
Keep listenAddress as it was and return location in a new field
2 parents 6088bac + 671bc3f commit 1a2541c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/modules/ROOT/pages/installation/installation-apache-arrow.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ YIELD
9191
running: Boolean,
9292
enabled: Boolean,
9393
listenAddress: String,
94+
serverLocation: String,
9495
batchSize: Integer,
9596
abortionTimeout: Integer
9697
----
@@ -102,6 +103,7 @@ YIELD
102103
| running | Boolean | True, if the Arrow Flight Server is currently running.
103104
| enabled | Boolean | True, if the corresponding setting is enabled.
104105
| listenAddress | String | Address (host and port) the Arrow Flight Server is bound to.
106+
| serverLocation | String | URI where the Flight stream is available. `NULL` is Arrow is not enabled.
105107
| batchSize | Integer | The batch size used for arrow property export.
106108
| abortionTimeout | Duration | The maximum time to wait for the next command before aborting the import process.
107109
|===

0 commit comments

Comments
 (0)