Skip to content

Commit 33b642d

Browse files
knutwalkerFlorentinD
authored andcommitted
Remove internal information from fields from gds.debug.arrow
1 parent fab23de commit 33b642d

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

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

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -98,22 +98,18 @@ YIELD
9898
running: Boolean,
9999
enabled: Boolean,
100100
listenAddress: String,
101-
advertisedListenAddress: String,
102-
serverLocation: String,
103101
batchSize: Integer,
104102
abortionTimeout: Integer
105103
----
106104
107105
.Results
108106
[opts="header",cols="1,1,6"]
109107
|===
110-
| Name | Type | Description
111-
| running | Boolean | True, if the Arrow Flight Server is currently running.
112-
| enabled | Boolean | True, if the corresponding setting is enabled.
113-
| listenAddress | String | Address (host and port) the Arrow Flight Server is bound to.
114-
| advertisedListenAddress | String | The address (host and port) the Arrow Flight Client should connect to.
115-
| serverLocation | String | URI where the Flight stream is available. `NULL` is Arrow is not enabled.
116-
| batchSize | Integer | The batch size used for arrow property export.
117-
| 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.
118114
|===
119115
======

0 commit comments

Comments
 (0)