Netflix / iceberg

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

Add scan listener interface #83

Closed rdblue closed 5 years ago

rdblue commented 5 years ago

Iceberg should support use cases that gather data from table operations. An easy way to provide data for scans is to add a listener interface that is called each time a scan is planned or executed.

rdblue commented 5 years ago

Implemented in https://github.com/Netflix/iceberg/commit/4ea5b54d43923e9316573df461ad4f9d1826e154.