51zero / eel-sdk

Big Data Toolkit for the JVM
Apache License 2.0
145 stars 35 forks source link

Support for Map type in Parquet/Hive source and sinks #205

Closed hannesmiller closed 7 years ago

hannesmiller commented 7 years ago

// Map<String, Integer> required group my_map (MAP) { repeated group key_value { required binary key (UTF8); optional int32 value; } }

https://www.cloudera.com/documentation/enterprise/5-5-x/topics/impala_complex_types.html https://joshuafennessy.com/2015/07/09/introduction-to-hive-complex-data-types-part-1-array/

sksamuel commented 7 years ago

Duplicate of #189