Github user liancheng commented on the pull request:
https://github.com/apache/spark/pull/7048#issuecomment-115984726
Thanks for fixing this! `ENUM` is not specified in the Parquet format spec,
but according to parquet-mr 1.7.0, it is only used for converting Avro,
ProtoBuf, and Thrift files. Double checked that in all cases `ENUM` is mapped
to UTF8 string. So I think it's OK to always map `ENUM` to `StringType`
regardless the value of `assumeBinaryIsString`.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]