Skip to content

Commit

Permalink
feat: Add fileIO() method (deephaven#5974)
Browse files Browse the repository at this point in the history
This fixes deephaven#5973
  • Loading branch information
abaranec authored Aug 23, 2024
1 parent 8fb1bc7 commit 4b91586
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -772,4 +772,12 @@ private Table readTableInternal(
public Catalog catalog() {
return catalog;
}

/**
* Returns the underlying Iceberg {@link FileIO} used by this adapter.
*/
@SuppressWarnings("unused")
public FileIO fileIO() {
return fileIO;
}
}

0 comments on commit 4b91586

Please sign in to comment.