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 71259b3 commit b2c826bCopy full SHA for b2c826b
bindings/python/pymongoarrow/schema.py
@@ -70,7 +70,7 @@ def _get_projection(self):
70
for fname, ftype in self.typemap.items():
71
value = self._get_field_projection_value(fname, ftype)
72
if isinstance(value, bool):
73
- projection[updated_name] = value
+ projection[fname] = value
74
else:
75
projection.update(value)
76
return projection
0 commit comments