Skip to content

Commit

Permalink
enable subquery tests in ydb suit
Browse files Browse the repository at this point in the history
  • Loading branch information
xudong963 committed Aug 2, 2022
1 parent 1251286 commit 836221e
Show file tree
Hide file tree
Showing 2 changed files with 1,130 additions and 111 deletions.
Expand Up @@ -462,7 +462,7 @@ impl JoinHashTable {
} else {
self.row_space.gather(build_indexs)?
};

dbg!(validity.len(), build_block.num_rows());
let nullable_columns = build_block
.columns()
.iter()
Expand Down

0 comments on commit 836221e

Please sign in to comment.