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.
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.