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 c9c1894 commit 00380c6Copy full SHA for 00380c6
bindings/python/pymongoarrow/schema.py
@@ -73,7 +73,7 @@ def _get_projection(self):
73
projection[fname+"."+nested_ftype.name] = self._get_field_projection_value(nested_ftype.type)
74
else:
75
projection[fname] = self._get_field_projection_value(ftype)
76
- return projection
+ return projection
77
78
def _get_field_projection_value(self, ftype):
79
value = True
0 commit comments