Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JNSimba committed Sep 26, 2024
1 parent afe8abf commit d859b80
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,11 @@ public DynamicTableSource copy() {
// filterQuery/readFields of readOption may be overwritten in union all sql
DorisDynamicTableSource newSource =
new DorisDynamicTableSource(
options, readOptions.copy(), lookupOptions, physicalSchema, physicalRowDataType);
options,
readOptions.copy(),
lookupOptions,
physicalSchema,
physicalRowDataType);
newSource.resolvedFilterQuery = new ArrayList<>(this.resolvedFilterQuery);
return newSource;
}
Expand Down

0 comments on commit d859b80

Please sign in to comment.