Parquet: Projection Schema & Misc. Tools
This lesson demonstrates the use of a projection schema and other miscellaneous parquet related tools.
We'll cover the following...
Projection Schema & Misc. Tools
In the previous section, we learned to write a Parquet file using an Avro model. The allure of storing data in Parquet format is the ability to read columns independent of other columns for a given record. So how can we do that programmatically? Specify a projection schema; set it on ...