Skip to content

Commit

Permalink
Clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy committed Jul 19, 2022
1 parent 8953441 commit 868c883
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,10 @@ public void setConf(Configuration conf) {
}

public void refresh() throws NessieNotFoundException {
// TODO only used in a single test
// TODO This NessieExtCatalog is a *hack* to get some Iceberg view support into Nessie.
// The refactoring of `NessieCatalog` (https://github.com/apache/iceberg/pull/4491)
// removed the explicit ability to refresh the catalog. Client code should actually NEVER
// call this function explicitly.
// tableCatalog.refresh();
viewCatalog.refresh();
}
Expand Down

0 comments on commit 868c883

Please sign in to comment.