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 e3f7834 commit ecdae27Copy full SHA for ecdae27
src/datasets/arrow_writer.py
@@ -430,6 +430,7 @@ def close(self):
430
431
def _build_schema(self, inferred_schema: pa.Schema):
432
schema = self.schema
433
+ features = self._features
434
inferred_features = Features.from_arrow_schema(inferred_schema)
435
if self._features is not None:
436
if self.update_features: # keep original features it they match, or update them
0 commit comments