Cleanup ByteView construction #5878
Labels
arrow
Changes to the arrow crate
enhancement
Any new improvement worthy of a entry in the changelog
parquet
Changes to the parquet crate
Describe the solution you'd like
Now we have
try_append_view
,append_view_unchecked
, and manual construction ofByteView
in the code base.We should clean up the implementation to be consistent and potentially more performant, specifically, avoiding manually build ByteView, use
append_view_unchecked
when we are sure it is safe.The text was updated successfully, but these errors were encountered: