Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
xudong963 committed Jul 5, 2022
1 parent 357b85b commit 03473c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ use common_hashtable::HashTableKeyable;
use super::JoinHashTable;
use super::ProbeState;
use crate::common::EvalNode;
use crate::common::HashMap;
use crate::common::HashTableKeyable;
use crate::pipelines::new::processors::transforms::hash_join::join_hash_table::MarkerKind;
use crate::pipelines::new::processors::transforms::hash_join::row::RowPtr;
use crate::sql::exec::ColumnID;
Expand Down
1 change: 1 addition & 0 deletions query/src/sql/optimizer/heuristic/subquery_rewriter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ impl SubqueryRewriter {
let column_name = format!("subquery_{}", index);
let left_condition = Scalar::BoundColumnRef(BoundColumnRef {
column: ColumnBinding {
database_name: None,
table_name: None,
column_name,
index: *index,
Expand Down

0 comments on commit 03473c9

Please sign in to comment.