-
Type:
Task
-
Resolution: Fixed
-
Priority:
Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
PyArrow 13 was released on 23 Aug. We should add support.
Note that the conda-forge auto-update PR failed on macOS: https://github.com/conda-forge/pymongoarrow-feedstock/pull/22. The Windows and Linux builds passed.
=================================== FAILURES ===================================
___________________ TestExplicitNumPyApi.test_auto_schema_tz ___________________
self = <test.test_numpy.TestExplicitNumPyApi testMethod=test_auto_schema_tz>
self.setUp()
self.coll.insert_many(
[{"_id": self.oids[i], "other": others[i]} for i in range(len(self.oids))]
)
table = self.find_fn(self.coll, {}, schema=other_schema)
# Resulting datatype should be str in this case
> self.assertType(table["other"], con_type)
test/utils.py:212:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
test/utils.py:156: in assertType
self.assertEqual(obj1.dtype.name, arrow_type)
E AssertionError: 'datetime64[ms]' != 'datetime64[ns]'
E - datetime64[ms]
E ? ^
E + datetime64[ns]
E ? ^