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 ec73f58 commit 71259b3Copy full SHA for 71259b3
bindings/python/pymongoarrow/schema.py
@@ -84,7 +84,7 @@ def _get_field_projection_value(self, fname, ftype):
84
for nested_ftype in ftype:
85
projection[fname + "." + nested_ftype.name] = self._get_field_projection_value(fname + "." + nested_ftype.name, nested_ftype.type)
86
value = projection
87
- return fname, value
+ return value
88
89
def __eq__(self, other):
90
if isinstance(other, type(self)):
0 commit comments