You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/11/14 06:45:52 UTC

[GitHub] [spark] huaxingao commented on pull request #38628: [SPARK-41096][SQL] Support reading parquet FIXED_LEN_BYTE_ARRAY type

huaxingao commented on PR #38628:
URL: https://github.com/apache/spark/pull/38628#issuecomment-1313171254

   @kazuyukitanimura Thanks for working on this! 
   
   I took a look at how Iceberg handles FLBA. For iceberg type `Types.FixedType`, the underneath Parquet type is `fixed_len_byte_array`. In `Scan.readSchema`, Iceberg map `Types.FixedType` to Spark `BinaryType`. Since FLBA is a valid parquet data type, it makes sense to me for Spark support this type and map it to `BinaryType`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org