Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-ma committed Apr 9, 2024
1 parent bacd667 commit c115591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/functions/sparksql/Hash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ void applyWithType(
if (args[i]->mayHaveNulls()) {
*selectedMinusNulls.get(rows.end()) = rows;
selectedMinusNulls->deselectNulls(
decoded->nulls(), rows.begin(), rows.end());
decoded->nulls(&rows), rows.begin(), rows.end());
selected = selectedMinusNulls.get();
}

Expand Down

0 comments on commit c115591

Please sign in to comment.