-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Attempting to use the Decimal128 type in a schema results in the following error:
Traceback (most recent call last): File "/Users/julius/Work/mongo-arrow/bindings/python/test/test_arrow.py", line 332, in test_csv _, data = self._create_data() File "/Users/julius/Work/mongo-arrow/bindings/python/test/test_arrow.py", line 253, in _create_data data = Table.from_pydict( File "pyarrow/table.pxi", line 3643, in pyarrow.lib.Table.from_pydict File "pyarrow/table.pxi", line 5186, in pyarrow.lib._from_pydict File "pyarrow/array.pxi", line 350, in pyarrow.lib.asarray File "pyarrow/array.pxi", line 320, in pyarrow.lib.array File "pyarrow/array.pxi", line 39, in pyarrow.lib._sequence_to_array File "pyarrow/error.pxi", line 144, in pyarrow.lib.pyarrow_internal_check_status File "pyarrow/error.pxi", line 123, in pyarrow.lib.check_status pyarrow.lib.ArrowTypeError: Expected bytes, got a 'Decimal128' object
- is duplicated by
-
INTPYTHON-15 Add support for BSON Decimal128 type
- Closed
- related to
-
INTPYTHON-137 Remove workarounds for extension types in test suite
- Closed