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