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 Dec 31, 2024
1 parent d9dbf2f commit d49ac7c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/main/cpp/src/hive_hash.cu
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,7 @@ class hive_device_row_hasher {
_table.end(),
HIVE_INIT_HASH,
cuda::proclaim_return_type<hive_hash_value_t>(
[row_index,
nulls = _check_nulls,
table = _table,
flattened_column_views = _flattened_column_views,
first_child_index = _first_child_index,
nested_column_map = _nested_column_map] __device__(auto hash, auto const& column) {
auto col_idx = &column - table.begin();
[=] __device__(auto const hash, auto const col_idx) {
auto cur_hash = cudf::type_dispatcher(
column.type(),
element_hasher_adapter{
Expand Down

0 comments on commit d49ac7c

Please sign in to comment.