Netflix / iceberg

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

Add static caches to schema and partition spec parsers #89

Closed rdblue closed 5 years ago

rdblue commented 5 years ago

Schemas and partition specs are parsed for each manifest file. Using a cache with weak keys would help avoid extra JSON parsing work.

rdblue commented 5 years ago

Implemented in f8f793d.