Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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); Signed-off-by: Liangcai Li <[email protected]>
- Loading branch information