Netflix / iceberg

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

Support snapshot selection in Spark's query options #77

Closed rdblue closed 5 years ago

rdblue commented 5 years ago

Spark passes query options from DataFrameReader to the Iceberg source. Iceberg should support selecting a specific snapshot ID or the table state at some time from these options.

This is attached to the audit workflow support milestone because it is needed to read the table state that is being audited.

rdblue commented 5 years ago

This issue has moved to the ASF project: https://github.com/apache/incubator-iceberg/issues/43