Skip to content

Commit

Permalink
Update src/main/cpp/src/hive_hash.cu
Browse files Browse the repository at this point in the history
Co-authored-by: Nghia Truong <[email protected]>
  • Loading branch information
ustcfy and ttnghia authored Nov 22, 2024
1 parent e20792e commit 994ec34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/cpp/src/hive_hash.cu
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class hive_device_row_hasher {
*/
struct col_stack_frame {
private:
cudf::column_device_view _element; // the column has only one row
cudf::column_device_view _column;
hive_hash_value_t _cur_hash; // current hash value of the column
int _idx_to_process; // the index of child or element to process next

Expand Down

0 comments on commit 994ec34

Please sign in to comment.