You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jin Chengcheng (Jira)" <ji...@apache.org> on 2022/07/15 12:38:00 UTC

[jira] [Updated] (ARROW-17086) [C++] Install java/dataset include file and fix debug build failed by compiler flag

     [ https://issues.apache.org/jira/browse/ARROW-17086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jin Chengcheng updated ARROW-17086:
-----------------------------------
    Summary: [C++] Install java/dataset include file and fix debug build failed by compiler flag  (was: [[C++] Install java/dataset include file and fix debug build failed by compiler flag)

> [C++] Install java/dataset include file and fix debug build failed by compiler flag
> -----------------------------------------------------------------------------------
>
>                 Key: ARROW-17086
>                 URL: https://issues.apache.org/jira/browse/ARROW-17086
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>    Affects Versions: 9.0.0
>            Reporter: Jin Chengcheng
>            Priority: Major
>              Labels: easyfix
>             Fix For: 9.0.0
>
>
> Arrow8 will install jni_util.h, but Arrow9 not, cause [gluten|[oap-project/gluten (github.com)|https://github.com/oap-project/gluten]] project fail when upgraded to Arrow 9
> And if use cmake --preset ninja-debug
> -DARROW_BUILD_SHARED=ON
> -DARROW_GANDIVA_JAVA=ON
> -DARROW_GANDIVA=ON
> it will failed with this error, fix it
> arrow/cpp/src/gandiva/jni/expression_registry_helper.cc:157:78: error: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Werror,-Wshorten-64-to-32]
> gandiva_data_types.SerializeToArray(reinterpret_cast<void*>(buffer.get()), size);



--
This message was sent by Atlassian Jira
(v8.20.10#820010)