DZone Database Zone
Reading Nested Parquet File in Scala and Exporting to CSV
Recently, we were working on a problem where a Parquet compressed file had lots of nested tables. Some of the tables had columns with an Array type. Our objective was to read the file and save it to CSV.
We wrote a script in Scala that does the following:
No comments:
Post a Comment