Skip to content

Commit

Permalink
Minor touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
malhotrashivam committed Dec 28, 2023
1 parent f703227 commit 0ec53a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ private void initialize() {
@TestUseOnly
public final TableLocationProvider tableLocationProvider() {
return locationProvider;
// Ignore
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public class RegionContextHolder implements ChunkSource.FillContext {
private Context innerContext;

public RegionContextHolder(final int chunkCapacity, @Nullable final SharedContext sharedContext) {

this.chunkCapacity = chunkCapacity;
this.sharedContext = sharedContext;
}
Expand Down

0 comments on commit 0ec53a9

Please sign in to comment.