Netflix / iceberg

Iceberg is a table format for large, slow-moving tabular data
Apache License 2.0
472 stars 59 forks source link

Custom metadata in data files #106

Open mccheah opened 5 years ago

mccheah commented 5 years ago

It would be useful for consumers of Iceberg tables to be able to specify additional metadata in data files that enable them to know how to read the files. Some examples of custom metadata include:

The custom metadata field should be of type Map<String, String> and can be an optional column.