From 2bb3c60e42403c325e2e2891c7b5a3e3327dc192 Mon Sep 17 00:00:00 2001 From: ustcfy Date: Wed, 6 Nov 2024 16:06:29 +0800 Subject: [PATCH] Fix minor details Signed-off-by: ustcfy --- src/main/cpp/src/xxhash64.cu | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/cpp/src/xxhash64.cu b/src/main/cpp/src/xxhash64.cu index bd3dca84e6..375e4a19b6 100644 --- a/src/main/cpp/src/xxhash64.cu +++ b/src/main/cpp/src/xxhash64.cu @@ -404,7 +404,8 @@ class device_row_hasher { * - If the current column is a primitive column, it computes the hash value. * * For example, consider the following nested column: `List>`. - * list_of_struct_column = [ [(1, 2.0), (3, 4.0)], ], which has only one item [(1, 2.0), (3, 4.0)] + * list_of_struct_column = [ [(1, 2.0), (3, 4.0)] ], which has only one item + * [(1, 2.0), (3, 4.0)]. * * L1 List> * |