You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/11/12 18:08:00 UTC

[jira] [Commented] (IMPALA-11005) Upgrade Boost library for Impala

    [ https://issues.apache.org/jira/browse/IMPALA-11005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17442887#comment-17442887 ] 

ASF subversion and git services commented on IMPALA-11005:
----------------------------------------------------------

Commit bf728516fe8b6f85b557db1aea7fa215f609a08f in impala's branch refs/heads/master from wzhou-code
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=bf72851 ]

IMPALA-11005 (part 2): Upgrade Boost library to 1.74.0 for Impala

There are some header files deprecated in the new version of Boost
library. Need to define BOOST_ALLOW_DEPRECATED_HEADERS in
CMakeLists.txt to avoid compiling errors. Also define
BOOST_BIND_GLOBAL_PLACEHOLDERS to keep current behaviour of boost::bind
and avoid big code changes.

Define exception handler for a new boost::throw_exception() API since
BOOST_NO_EXCEPTIONS is defined in be/CMakeLists.txt and we have to
provide handlers which will be called by codegen'd code.

Revert the code change made by IMPALA-2846 and IMPALA-9571 since the
bug was fixed in Boost 1.74.0.

Testing:
 - Passed core DEBUG build and exhaustive release build.
 - Passed core ASAN build.

Change-Id: I78f32ae3c274274325e7af9e9bc9643814ae346a
Reviewed-on: http://gerrit.cloudera.org:8080/17996
Tested-by: Impala Public Jenkins <im...@cloudera.com>
Reviewed-by: Wenzhe Zhou <wz...@cloudera.com>


> Upgrade Boost library for Impala
> --------------------------------
>
>                 Key: IMPALA-11005
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11005
>             Project: IMPALA
>          Issue Type: Sub-task
>            Reporter: Wenzhe Zhou
>            Assignee: Wenzhe Zhou
>            Priority: Major
>
> We need to upgrade Boost library from 1.61.0 to 1.74.0. This requires code change in native-toolchain and impala.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org