Skip to content

Commit

Permalink
Return list of support Arrow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
s1ck committed Jan 31, 2024
1 parent f9ed0c6 commit 9ed7e27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9ed7e27

Please sign in to comment.