We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ed0c6 commit 9ed7e27Copy full SHA for 9ed7e27
doc/modules/ROOT/pages/installation/configure-apache-arrow-server.adoc
@@ -113,7 +113,7 @@ YIELD
113
| Name | Type | Description
114
| running | Boolean | True, if the Arrow Flight Server is currently running.
115
| enabled | Boolean | True, if the corresponding setting is enabled.
116
-| version | String | The current version of the server (e.g. `v1`).
+| versions | List | A list of support command versions (e.g. `["v1", "v2"]`).
117
| listenAddress | String | The address (host and port) the Arrow Flight Client should connect to.
118
| batchSize | Integer | The batch size used for arrow property export.
119
| abortionTimeout | Duration | The maximum time to wait for the next command before aborting the import process.
0 commit comments