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
Describe the bug
There are some places in the Parquet codes (mostly in arrow interfaces, e.g., here and here) calling the ArrowDataBuilder::build_unchecked without clear safety comments. In particular, it is not straightforwardly clear that whether the inputs do form valid Arrow Array.
To Reproduce
n/a
Expected behavior
Calling unsafe functions should have clear safety comments
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
There are some places in the Parquet codes (mostly in arrow interfaces, e.g., here and here) calling the ArrowDataBuilder::build_unchecked without clear safety comments. In particular, it is not straightforwardly clear that whether the inputs do form valid Arrow Array.
To Reproduce
n/a
Expected behavior
Calling unsafe functions should have clear safety comments
Additional context
The text was updated successfully, but these errors were encountered: