[3/3] spark git commit: [SPARK-11692][SQL] Support for Parquet logical types, JSON and BSON (embedded types)

2015-11-18 Thread marmbrus
[SPARK-11692][SQL] Support for Parquet logical types, JSON and BSON (embedded types) Parquet supports some JSON and BSON datatypes. They are represented as binary for BSON and string (UTF-8) for JSON internally. I searched a bit and found Apache drill also supports both in this way,

spark git commit: [SPARK-11692][SQL] Support for Parquet logical types, JSON and BSON (embedded types)

2015-11-16 Thread lian
Repository: spark Updated Branches: refs/heads/master 7f8eb3bf6 -> e388b39d1 [SPARK-11692][SQL] Support for Parquet logical types, JSON and BSON (embedded types) Parquet supports some JSON and BSON datatypes. They are represented as binary for BSON and string (UTF-8) for JSON internally.