package FlexibleEncoding.Parquet; public enum OriginalType { MAP, LIST, UTF8, MAP_KEY_VALUE, ENUM; }