ibis-project / ibis

the portable Python dataframe library
https://ibis-project.org
Apache License 2.0
5.33k stars 599 forks source link

test(decimal): add xfailing test constructing memtable decimal columns with integers #10486

Closed cpcloud closed 1 week ago

cpcloud commented 1 week ago

During work on another PR, I found that memtables with decimal columns, whose data originate from integers cannot be executed. It turns out this might be a bug upstream (https://github.com/apache/arrow/issues/44712), so here I am just adding a test that will start to fail if this is ever fixed in pyarrow.