Skip to content

Commit 1d89952

Browse files
Fix spelling
1 parent 558ac52 commit 1d89952

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/asciidoc/management-ops/graph-catalog/graph-catalog-apache-arrow-ops.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ The specific configuration needs to include the following keys:
106106
| node_properties | String or List of Strings | The node properties in the graph to stream.
107107
|===
108108

109-
Note, that the schema of the result records is not identical to the corresponding procedure.
110-
Instead of separate column containing the property key, every property is returned in its own column.
109+
Note that the schema of the result records is not identical to the corresponding procedure.
110+
Instead of a separate column containing the property key, every property is returned in its own column.
111111
As a result, there is only one row per node which includes all its property values.
112112

113113
For example, given the node `(a { foo: 42, bar: 1337, baz: [1,3,3,7] })` and assuming node id `0` for `a`, the resulting record schema is as follows:
@@ -178,16 +178,16 @@ To stream multiple relationship properties, the client needs to encode that info
178178
The `procedure_name` indicates that we mirror the behaviour of the existing <<catalog-graph-stream-relationship-properties-example, procedure>>.
179179
The specific configuration needs to include the following keys:
180180

181-
[[arrow-relationship-property-export]]
181+
[[arrow-relationship-properties-export]]
182182
[opts=header,cols="1m,1,1"]
183183
|===
184184
| Name | Type | Description
185185
| relationship_types | String or List of Strings | Stream only properties for relationships with the given type.
186186
| relationship_properties | String or List of String | The relationship properties in the graph to stream.
187187
|===
188188

189-
Note, that the schema of the result records is not identical to the corresponding procedure.
190-
Instead of separate column containing the property key, every property is returned in its own column.
189+
Note that the schema of the result records is not identical to the corresponding procedure.
190+
Instead of a separate column containing the property key, every property is returned in its own column.
191191
As a result, there is only one row per relationship which includes all its property values.
192192

193193
For example, given the relationship `[:REL { foo: 42.0, bar: 13.37 }]` that connects a source node with id `0` wit a target node with id `1`, the resulting record schema is as follows:

0 commit comments

Comments
 (0)