-
Notifications
You must be signed in to change notification settings - Fork 462
Closed
Labels
Milestone
Description
ENUM is used to annotate enum type in Thrift, Avro, and ProtoBuf, but it's not documented anywhere in parquet-format.
According to current (1.8-SNAPSHOT) code base, ENUM is only used to annotate BINARY. For data models which lack a native enum type, BINARY (ENUM) should be interpreted as a UTF-8 string.
Reporter: Cheng Lian / @liancheng
Assignee: Jakub Kukul / @jkukul
PRs and other links:
Note: This issue was originally created as PARQUET-322. Please see the migration documentation for further details.