Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19183
Change subject: IMPALA-11713: Switch to C++17 ...................................................................... IMPALA-11713: Switch to C++17 This switches from C++14 to C++17, which allows Impala code to interact with libraries written in C++17. This fixes a few minor compilation differences, such as the need for comparators to be const. Since C++17 includes -faligned-new, this removes the CMake code that specified it. Testing: - Ran core job Change-Id: Iadac41817fe5eaaa469a5f0e9f94056a409c14b9 --- M be/CMakeLists.txt M be/src/exec/file-metadata-utils.cc M be/src/gutil/endian.h M be/src/runtime/krpc-data-stream-mgr.h M be/src/service/impala-server.h M be/src/udf_samples/CMakeLists.txt 6 files changed, 8 insertions(+), 18 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/83/19183/4 -- To view, visit http://gerrit.cloudera.org:8080/19183 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Iadac41817fe5eaaa469a5f0e9f94056a409c14b9 Gerrit-Change-Number: 19183 Gerrit-PatchSet: 4 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
