We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d6132e commit ec73f58Copy full SHA for ec73f58
bindings/python/pymongoarrow/schema.py
@@ -71,7 +71,7 @@ def _get_projection(self):
71
value = self._get_field_projection_value(fname, ftype)
72
if isinstance(value, bool):
73
projection[updated_name] = value
74
- elif isinstance(value, dict[str,bool]):
+ else:
75
projection.update(value)
76
return projection
77
0 commit comments