You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We disabled the use of the PyArrow -> arrow-rs zero-copy interface in #124 due to a correctness issue. We should more thoroughly investigate the cause of this, as it would be advantageous to re-adopt the zero-copy interface again in the future.
The text was updated successfully, but these errors were encountered:
I tried to re-enable the zero-copy support in #264, but this was later (logically) reverted in #269 due to an issue issue where pre_transform_dataset would change. #269 added a regression test for what I was seeing.
I just noticed a fix in the arrow-rs 36 changelog: PyArrowConvert Leaks Memory. After we update to arrow-rs 36, I'd like to see if this takes care of the issue above.
We disabled the use of the PyArrow -> arrow-rs zero-copy interface in #124 due to a correctness issue. We should more thoroughly investigate the cause of this, as it would be advantageous to re-adopt the zero-copy interface again in the future.
The text was updated successfully, but these errors were encountered: