Skip to content

Commit a51a4a3

Browse files
Add note about field deprecation
Co-Authored-By: Florentin Dörre <[email protected]>
1 parent 33b642d commit a51a4a3

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,13 @@ YIELD
105105
.Results
106106
[opts="header",cols="1,1,6"]
107107
|===
108-
| Name | Type | Description
109-
| running | Boolean | True, if the Arrow Flight Server is currently running.
110-
| enabled | Boolean | True, if the corresponding setting is enabled.
111-
| listenAddress | String | The address (host and port) the Arrow Flight Client should connect to.
112-
| batchSize | Integer | The batch size used for arrow property export.
113-
| abortionTimeout | Duration | The maximum time to wait for the next command before aborting the import process.
108+
| Name | Type | Description
109+
| running | Boolean | True, if the Arrow Flight Server is currently running.
110+
| enabled | Boolean | True, if the corresponding setting is enabled.
111+
| listenAddress | String | The address (host and port) the Arrow Flight Client should connect to.
112+
| batchSize | Integer | The batch size used for arrow property export.
113+
| abortionTimeout | Duration | The maximum time to wait for the next command before aborting the import process.
114+
| advertisedListenAddress | String | DEPRECATED: Same as `listenAddress`.
115+
| serverLocation | String | DEPRECATED: Always `NULL`.
114116
|===
115117
======

0 commit comments

Comments
 (0)