Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BingqingLyu committed Nov 22, 2023
1 parent 29f334a commit 39df35c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interactive_engine/executor/ir/core/src/plan/physical.rs
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ impl AsPhysical for pb::GetV {
alias: getv.alias,
meta_data: None,
};
params.tables.clear();
params.predicate.take();
params.is_all_columns = false;
params.columns.clear();
Expand Down

0 comments on commit 39df35c

Please sign in to comment.