Skip to content

Commit 9ed7e27

Browse files
committed
Return list of support Arrow versions
1 parent f9ed0c6 commit 9ed7e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ YIELD
113113
| Name | Type | Description
114114
| running | Boolean | True, if the Arrow Flight Server is currently running.
115115
| enabled | Boolean | True, if the corresponding setting is enabled.
116-
| version | String | The current version of the server (e.g. `v1`).
116+
| versions | List | A list of support command versions (e.g. `["v1", "v2"]`).
117117
| listenAddress | String | The address (host and port) the Arrow Flight Client should connect to.
118118
| batchSize | Integer | The batch size used for arrow property export.
119119
| abortionTimeout | Duration | The maximum time to wait for the next command before aborting the import process.

0 commit comments

Comments
 (0)