Skip to content
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

Fix build failures for Java [skip ci] #7308

Closed
wants to merge 1 commit into from

Conversation

firestarman
Copy link
Contributor

This PR is to fix build failures for Java by updating 'contiguous_split_result' to 'packed_table', involved by the PR #7096 .

Error log snip:

[2021-02-04T08:09:05.604Z]      [exec] [ 92%] Building CUDA object CMakeFiles/cudfjni.dir/src/map_lookup.cu.o
[2021-02-04T08:09:05.764Z]      [exec] make[2]: *** [CMakeFiles/cudfjni.dir/build.make:225: CMakeFiles/cudfjni.dir/src/TableJni.cpp.o] Error 1
[2021-02-04T08:09:05.860Z]      [exec] In file included from /ansible-managed/jenkins-slave/slave4/workspace/spark/cudf18_nightly/java/src/main/native/src/NvcompJni.cpp:21:0:
[2021-02-04T08:09:05.861Z]      [exec] /ansible-managed/jenkins-slave/slave4/workspace/spark/cudf18_nightly/java/src/main/native/src/cudf_jni_apis.hpp:27:50: error: 'cudf::contiguous_split_result' has not been declared
[2021-02-04T08:09:05.861Z]      [exec]  jobject contiguous_table_from(JNIEnv *env, cudf::contiguous_split_result &split);
[2021-02-04T08:09:05.861Z]      [exec]                                                   ^~~~~~~~~~~~~~~~~~~~~~~
[2021-02-04T08:09:05.861Z]      [exec] In file included from /ansible-managed/jenkins-slave/slave4/workspace/spark/cudf18_nightly/java/src/main/native/src/ScalarJni.cpp:21:0:
[2021-02-04T08:09:05.861Z]      [exec] /ansible-managed/jenkins-slave/slave4/workspace/spark/cudf18_nightly/java/src/main/native/src/cudf_jni_apis.hpp:27:50: error: 'cudf::contiguous_split_result' has not been declared
[2021-02-04T08:09:05.861Z]      [exec]  jobject contiguous_table_from(JNIEnv *env, cudf::contiguous_split_result &split);

@firestarman firestarman requested a review from a team as a code owner February 4, 2021 10:19
@GPUtester
Copy link
Collaborator

Can one of the admins verify this patch?

by updating 'contiguous_split_result' to 'packed_table', involved by
the PR rapidsai#7096 .

Error log snip:
[2021-02-04T08:09:05.604Z]      [exec] [ 92%] Building CUDA object CMakeFiles/cudfjni.dir/src/map_lookup.cu.o
[2021-02-04T08:09:05.764Z]      [exec] make[2]: *** [CMakeFiles/cudfjni.dir/build.make:225: CMakeFiles/cudfjni.dir/src/TableJni.cpp.o] Error 1
[2021-02-04T08:09:05.860Z]      [exec] In file included from /ansible-managed/jenkins-slave/slave4/workspace/spark/cudf18_nightly/java/src/main/native/src/NvcompJni.cpp:21:0:
[2021-02-04T08:09:05.861Z]      [exec] /ansible-managed/jenkins-slave/slave4/workspace/spark/cudf18_nightly/java/src/main/native/src/cudf_jni_apis.hpp:27:50: error: 'cudf::contiguous_split_result' has not been declared
[2021-02-04T08:09:05.861Z]      [exec]  jobject contiguous_table_from(JNIEnv *env, cudf::contiguous_split_result &split);
[2021-02-04T08:09:05.861Z]      [exec]                                                   ^~~~~~~~~~~~~~~~~~~~~~~
[2021-02-04T08:09:05.861Z]      [exec] In file included from /ansible-managed/jenkins-slave/slave4/workspace/spark/cudf18_nightly/java/src/main/native/src/ScalarJni.cpp:21:0:
[2021-02-04T08:09:05.861Z]      [exec] /ansible-managed/jenkins-slave/slave4/workspace/spark/cudf18_nightly/java/src/main/native/src/cudf_jni_apis.hpp:27:50: error: 'cudf::contiguous_split_result' has not been declared
[2021-02-04T08:09:05.861Z]      [exec]  jobject contiguous_table_from(JNIEnv *env, cudf::contiguous_split_result &split);

Signed-off-by: Liangcai Li <[email protected]>
@jlowe
Copy link
Member

jlowe commented Feb 4, 2021

This is being handled in #7127.

@jlowe jlowe closed this Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants