Skip to content

Commit deb2e18

Browse files
committed
fix compile error
1 parent bf13c14 commit deb2e18

File tree

4 files changed

+2863
-2889
lines changed

4 files changed

+2863
-2889
lines changed

executor/join.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ func (e *HashJoinExec) fetchAndBuildHashTable(ctx context.Context) error {
154154
// You'll need to store the hash table in `e.rowContainer`
155155
// and you can call `newHashRowContainer` in `executor/hash_table.go` to build it.
156156
// In this stage you can only assign value for `e.rowContainer` without changing any value of the `HashJoinExec`.
157-
157+
return nil
158158
}
159159

160160
func (e *HashJoinExec) initializeForOuter() {

0 commit comments

Comments
 (0)