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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
