Netflix / iceberg

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

Add static caches to schema and partition spec parsers #89

Closed rdblue closed 6 years ago

rdblue commented 6 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 6 years ago

Implemented in f8f793d.