Closed QuLogic closed 1 day ago
:warning: GitHub issue #44769 has been automatically assigned in GitHub to PR creator.
Rerun ci, would merge if it passes
Thanks all, merged!
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 9015a81d0e9f9a861509e5e1b6f96c0d8c01a999.
There were no benchmark performance regressions. 🎉
The full Conbench report has more details.
Rationale for this change
See issue.
What changes are included in this PR?
Fix writing Parquet metadata length footer
By converting the
uint32_t
to little endian before casting to auint8_t*
, this is always correct in the output file.Are these changes tested?
Yes.
Are there any user-facing changes?
Reading a Parquet file won't complain about metadata size in the footer, though that doesn't guarantee anything else will work yet.