Skip to content

Commit 01c14ed

Browse files
committed
fix: description of new setting, which is not tied to compact mode
1 parent f50e528 commit 01c14ed

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

modules/ROOT/pages/changelog.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ label:bug[]
1313
label:fixed[]
1414

1515
Introduce `neo4j.query.force-maps-as-struct`
16-
| For the source query strategy in `COMPACT` mode, users can now disable this and encode the schema of maps with homogeneous value types as maps, not structs.
16+
| For the source query strategy, users can now disable this and encode the schema of maps with homogeneous value types as maps, not structs.
1717
|===
1818
== Version 5.1.12
1919

modules/ROOT/pages/source/configuration.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,11 @@ Default: `1s`
146146
| neo4j.query.timeout
147147
| Maximum amount of time query is allowed to run (valid units are: `ms`, `s`, `m`, `h` and `d`; default unit is `s`).
148148

149-
| neo4j.query.force-maps-as-struct
150-
| In `COMPACT` mode, this forces the schema encoding of map values to be structs (default: `true`). Setting the value to `false` will only affect the schema encoding of maps with homogeneous value types. Note that the Protobuf converter does not support map message types.
151-
152149
Default: `0s`
150+
151+
| neo4j.query.force-maps-as-struct
152+
| This forces the schema encoding of map values to be structs (default: `true`).
153+
Setting the value to `false` will only affect the schema encoding of maps with homogeneous value types.
154+
Maps with heterogeneous value types will remain encoded as structs.
155+
Note that the Protobuf converter does not support map message types (map message types can happen in the `COMPACT` payload mode and this parameter set to `false`).
153156
|===

0 commit comments

Comments
 (0)