This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Potentially unneeded call in Parquet repetition-level encoding #1254
Labels
bug
Something isn't working
no-changelog
Issues whose changes are covered by a PR and thus should not be shown in the changelog
In
io::parquet::write::nested::write_rep_levels
it appears that lines40-41
are unnecessary.As far as I can tell it writes to buffer that's never used anywhere else, and I can't identify any relevant side-effects.
@jorgecarleitao Is it safe to remove? The extra call to
RepLevelsIter
adds a pretty substantial overhead when writing nested data.The text was updated successfully, but these errors were encountered: