Notes on the Code - animeshtrivedi/notes GitHub Wiki

Here contains my notes on the code of Spark/SQL

Where is the parquet code written?

It is mostly in sql/core/src/.../[java|scala]/sql/execution/datasources/parquet.

Making ColumnVector public

https://issues.apache.org/jira/browse/SPARK-20960