-
Notifications
You must be signed in to change notification settings - Fork 242
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
[FEA] Basic support for structs #17
Comments
Adding to 0.2, depending on the scope of the work, may continue to 0.3. |
Depends on rapidsai/cudf#5700 |
@mythrocks realistically do we have any chance to get rapidsai/cudf#5700 in and JNI bindings on it by cudf-0.15? If not we need to move this to release 0.3 |
This issue is very broad. Some progress has been made. We need to break this up into additional tasks. |
We are not going to support nested types for CreateNamedStruct yet because cudf does not support scalar values for nested types |
We allow structs to pass through shuffle and we don't support partitioning on structs. |
it's rapidsai/cudf#7461 now |
Closing this as we have basic support for structs. We will open new issues for additional struct work. |
Signed-off-by: spark-rapids automation <[email protected]>
* capture nsys report Signed-off-by: Allen Xu <[email protected]> * remove sleep Signed-off-by: Allen Xu <[email protected]> * only for Q6 Signed-off-by: Allen Xu <[email protected]> --------- Signed-off-by: Allen Xu <[email protected]>
* add a heristic to skip agg pass Signed-off-by: Hongbin Ma (Mahone) <[email protected]> * commit doc change Signed-off-by: Hongbin Ma (Mahone) <[email protected]> * refine naming Signed-off-by: Hongbin Ma (Mahone) <[email protected]> * fix only reduction case Signed-off-by: Hongbin Ma (Mahone) <[email protected]> * fix compile Signed-off-by: Hongbin Ma (Mahone) <[email protected]> * fix Signed-off-by: Hongbin Ma (Mahone) <[email protected]> * clean Signed-off-by: Hongbin Ma (Mahone) <[email protected]> * fix doc Signed-off-by: Hongbin Ma (Mahone) <[email protected]> * reduce premergeci2 Signed-off-by: Hongbin Ma (Mahone) <[email protected]> * reduce premergeci2, 2 Signed-off-by: Hongbin Ma (Mahone) <[email protected]> * use test_parallel to workaround flaky array test Signed-off-by: Hongbin Ma (Mahone) <[email protected]> * address review comment Signed-off-by: Hongbin Ma (Mahone) <[email protected]> * remove comma Signed-off-by: Hongbin Ma (Mahone) <[email protected]> * workaround for ci_scala213 Signed-off-by: Hongbin Ma (Mahone) <[email protected]> * fix conflict Signed-off-by: Hongbin Ma (Mahone) <[email protected]> --------- Signed-off-by: Hongbin Ma (Mahone) <[email protected]>
Basic functionality for struct support
The text was updated successfully, but these errors were encountered: