aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test/resources
diff options
context:
space:
mode:
authorhyukjinkwon <gurwls223@gmail.com>2015-11-17 14:35:00 +0800
committerCheng Lian <lian@databricks.com>2015-11-17 14:35:00 +0800
commit75d202073143d5a7f943890d8682b5b0cf9e3092 (patch)
treef74f69d621d657e94cb20629e3ac21a2720203ac /sql/core/src/test/resources
parentfbad920dbfd6f389dea852cdc159cacb0f4f6997 (diff)
downloadspark-75d202073143d5a7f943890d8682b5b0cf9e3092.tar.gz
spark-75d202073143d5a7f943890d8682b5b0cf9e3092.tar.bz2
spark-75d202073143d5a7f943890d8682b5b0cf9e3092.zip
[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.
Diffstat (limited to 'sql/core/src/test/resources')
-rw-r--r--sql/core/src/test/resources/dec-in-fixed-len.parquetbin0 -> 460 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/sql/core/src/test/resources/dec-in-fixed-len.parquet b/sql/core/src/test/resources/dec-in-fixed-len.parquet
new file mode 100644
index 0000000000..6ad37d5639
--- /dev/null
+++ b/sql/core/src/test/resources/dec-in-fixed-len.parquet
Binary files differ