Skip to content

Commit

Permalink
rm unused table loader copy
Browse files Browse the repository at this point in the history
  • Loading branch information
mas-chen committed Dec 5, 2023
1 parent f632172 commit bd0dd16
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ private SplitEnumerator<IcebergSourceSplit, IcebergEnumeratorState> createEnumer
tableName);
assigner = assignerFactory.createAssigner(enumState.pendingSplits());
}
TableLoader tableLoaderCopy = tableLoader.clone();
if (scanContext.isStreaming()) {
ContinuousSplitPlanner splitPlanner =
new ContinuousSplitPlannerImpl(tableLoader, scanContext, planningThreadName());
Expand Down

0 comments on commit bd0dd16

Please sign in to comment.