From 90a4aaead5ba1718d21116181e904366e257e166 Mon Sep 17 00:00:00 2001 From: ustcfy <96854327+ustcfy@users.noreply.github.com> Date: Fri, 22 Nov 2024 14:21:52 +0800 Subject: [PATCH] Update src/main/cpp/src/hive_hash.cu Co-authored-by: Nghia Truong <7416935+ttnghia@users.noreply.github.com> --- src/main/cpp/src/hive_hash.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/cpp/src/hive_hash.cu b/src/main/cpp/src/hive_hash.cu index 1d929700f..a80281560 100644 --- a/src/main/cpp/src/hive_hash.cu +++ b/src/main/cpp/src/hive_hash.cu @@ -237,7 +237,7 @@ class hive_device_row_hasher { __device__ int get_idx_to_process() { return _idx_to_process; } - __device__ cudf::column_device_view get_element() { return _element; } + __device__ cudf::column_device_view get_column() { return _column; } };