apache / iceberg-go

Apache Iceberg - Go
https://iceberg.apache.org/
Apache License 2.0
127 stars 30 forks source link

refactor(evaluators): shift evaluator code into the table package #123

Closed zeroshade closed 2 months ago

zeroshade commented 2 months ago

Split out from #118.

Shifting code for the manifest evaluator visitor and metrics to the table package rather than being in the top level iceberg package to reduce how much we need to export as we don't want to export these visitors anyways. They should be internal only and will be need for future development of the Scanner.

zeroshade commented 2 months ago

CC @Fokko @nastra