Since ARROW-81 is no longer an issue, we should remove the workarounds in the test suite that exclude the extension types from being added to the schema:
def _create_data(self): schema = { k.__name__: v(True) for k, v in _TYPE_NORMALIZER_FACTORY.items() if k.__name__ not in ("ObjectId", "Decimal128") }
- is duplicated by
-
INTPYTHON-15 Add support for BSON Decimal128 type
- Closed
- is related to
-
INTPYTHON-51 Expand PyMongoArrow's support for BSON types
- Released
-
INTPYTHON-138 Decimal128 extension type is broken
- Closed
-
INTPYTHON-139 Fully support ObjectId extension type
- Closed
- related to
-
INTPYTHON-81 ObjectId Type does not support Table.from_pydict
- Closed