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
When merging multiple record_batch together, it results in wrong / corrupted data being stored to disk. The root cause is the way arrow-rs handle merges, there is an open issue for it: apache/arrow-rs#506.
We need to change the way our encoders work and handle merging multiple record_batch.
The following test case can be used to reproduce the issue
When merging multiple record_batch together, it results in wrong / corrupted data being stored to disk. The root cause is the way arrow-rs handle merges, there is an open issue for it: apache/arrow-rs#506.
We need to change the way our encoders work and handle merging multiple record_batch.
The following test case can be used to reproduce the issue
The text was updated successfully, but these errors were encountered: