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 d2f536c commit 3b210a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/cpp/src/hive_hash.cu
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,9 @@ class hive_device_row_hasher {
* |
* L2 List<int>
* / | \
* L2[0] L2[1] L2[2] List<int>
* L2[0] L2[1] L2[2] int
* | |
* i1 i2 Int
* i1 i2 int
*
* Note: L2、i1、i2 are all temporary columns, which would not be pushed into the stack.
* There is an optimization for the list column. If the child column is of primitive type, the
Expand Down

0 comments on commit 3b210a2

Please sign in to comment.