Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
2.11.2
-
None
-
2.4 server; 2.11 driver - may be present in other versions - I did not check
Description
I have a document that has this field:
...,
"boolean_array" : [
true,
null
],...
When I read it using the python driver I indeed get this data as is.
But when I read it using the Java driver I get this:
..., "boolean_array" : [ true] ,...