Skip to content

Commit

Permalink
Core: Add Catalog Transaction API
Browse files Browse the repository at this point in the history
  • Loading branch information
nastra committed Jun 20, 2023
1 parent d8f2daf commit 94d3e20
Show file tree
Hide file tree
Showing 7 changed files with 1,399 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/main/java/org/apache/iceberg/BaseScan.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ protected Schema tableSchema() {
return schema;
}

protected TableScanContext context() {
public TableScanContext context() {
return context;
}

Expand Down
Loading

0 comments on commit 94d3e20

Please sign in to comment.