Skip to content

Commit

Permalink
feat: Expose FileIO (#5978)
Browse files Browse the repository at this point in the history
This fixes #5973

(cherry picked from commit 4b91586)
  • Loading branch information
abaranec authored Aug 23, 2024
1 parent 604e434 commit 2ec6210
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 2ec6210

Please sign in to comment.