From 9ed7e277f90b2d46f1d83723556543ea4e942979 Mon Sep 17 00:00:00 2001 From: Martin Junghanns Date: Wed, 31 Jan 2024 09:56:20 +0100 Subject: [PATCH] Return list of support Arrow versions --- .../ROOT/pages/installation/configure-apache-arrow-server.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modules/ROOT/pages/installation/configure-apache-arrow-server.adoc b/doc/modules/ROOT/pages/installation/configure-apache-arrow-server.adoc index 2e7ae7cfa8..79f71e1189 100644 --- a/doc/modules/ROOT/pages/installation/configure-apache-arrow-server.adoc +++ b/doc/modules/ROOT/pages/installation/configure-apache-arrow-server.adoc @@ -113,7 +113,7 @@ YIELD | Name | Type | Description | running | Boolean | True, if the Arrow Flight Server is currently running. | enabled | Boolean | True, if the corresponding setting is enabled. -| version | String | The current version of the server (e.g. `v1`). +| versions | List | A list of support command versions (e.g. `["v1", "v2"]`). | listenAddress | String | The address (host and port) the Arrow Flight Client should connect to. | batchSize | Integer | The batch size used for arrow property export. | abortionTimeout | Duration | The maximum time to wait for the next command before aborting the import process.