-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use merge sort for struct types in non-key columns #4459
Conversation
Signed-off-by: Firestarman <firestarmanllc@gmail.com>
Marking as draft because I am doing some bencmarks. |
build |
Signed-off-by: Firestarman <firestarmanllc@gmail.com>
build |
sql-plugin/src/main/scala/com/nvidia/spark/rapids/SortUtils.scala
Outdated
Show resolved
Hide resolved
Signed-off-by: Firestarman <firestarmanllc@gmail.com>
build |
ready for review |
sql-plugin/src/main/scala/com/nvidia/spark/rapids/SortUtils.scala
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is adding new support for a type, are there tests to verify the new functionality is working (and continues to work going forward)?
Sorry for the confusion. This only changes the code path which the processing of merging batches will run into inside this |
mergeSort
mergeSort
mergeSort
mergeSort
mergeSort
Signed-off-by: Firestarman <firestarmanllc@gmail.com>
build |
This partially addresses the issue #2252, since cudf merge only supports structs now for nested types.
Signed-off-by: Firestarman firestarmanllc@gmail.com