What would be the correct approach to parsing Parquet files with Perl?
CPAN seems devoid of any module to do this, aside from some logic inside S3 Amazon Web Services modules that don't offer any parsing code I can find.
There's not a single module that would do this, but there is a path forward. First, note that the Parquet format has a Thrift specification, which is parseable by Thrift::IDL. That, coupled with either Convert::Binary::C or the link posted by@HåkonHægland should get you started.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With