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
[Parquet] Minor: Update comments in page decompressor (#8764)
# Which issue does this PR close?
- follow on to #8756
# Rationale for this change
@etseidl comments:
#8756 (comment)
> Not relevant to this PR, but I think this TODO has largely been
addressed by #8376 which enabled
skipping the decoding of the page statistics.
While I was in here, I also wanted to capture the learning based on
@mapleFU 's comment
#8756 (comment)
> The code looks good to me but the I don't know if the comment "not
compressed" can be replaced, if decompress_buffer is called and
decompressed_size == 0 , seems that it generally means something like
"this page only have levels, but not have non-null values"? ( Point me
out if I'm wrong)
# What changes are included in this PR?
Include some comments
# Are these changes tested?
No (there are no code changes)
# Are there any user-facing changes?
No, this is internal comments only. No code / behavior changes
0 commit comments