Description
Parquet has FIXED_LEN_BYTE_ARRAY (FLBA) data type. However, Spark Parquet reader currently cannot handle it.
Read it as BinaryType in Spark.
Iceberg Parquet reader, for example, can handle FLBA. This improvement should reduce the gap between Spark and Iceberg Parquet reader.
Attachments
Issue Links
- is related to
-
SPARK-2489 Unsupported parquet datatype optional fixed_len_byte_array
- Resolved
- links to