-
- Downloads
[SPARK-11694][FOLLOW-UP] Clean up imports, use a common function for metadata...
[SPARK-11694][FOLLOW-UP] Clean up imports, use a common function for metadata and add a test for FIXED_LEN_BYTE_ARRAY As discussed https://github.com/apache/spark/pull/9660 https://github.com/apache/spark/pull/9060, I cleaned up unused imports, added a test for fixed-length byte array and used a common function for writing metadata for Parquet. For the test for fixed-length byte array, I have tested and checked the encoding types with [parquet-tools](https://github.com/Parquet/parquet-mr/tree/master/parquet-tools). Author: hyukjinkwon <gurwls223@gmail.com> Closes #9754 from HyukjinKwon/SPARK-11694-followup.
Showing
- sql/core/src/test/resources/dec-in-fixed-len.parquet 0 additions, 0 deletionssql/core/src/test/resources/dec-in-fixed-len.parquet
- sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetIOSuite.scala 15 additions, 27 deletions...rk/sql/execution/datasources/parquet/ParquetIOSuite.scala
File added
Please register or sign in to comment