Grant Henke has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15682
Change subject: columnar_serialization: fix optimized GCC build ...................................................................... columnar_serialization: fix optimized GCC build It seems that GCC with -O1 or higher is less lenient about the pointer types passed as the first argument to the _mm_gather* intrinsics. This was causing the Ubuntu 18 release build to fail. I was able to reproduce the failure and fix on my own Ubuntu 18 box using a fastdebug build. Change-Id: I6b69470b238dae7a33fdd6b44cb8be57a26501d7 Reviewed-on: http://gerrit.cloudera.org:8080/15680 Tested-by: Kudu Jenkins Reviewed-by: Grant Henke <[email protected]> (cherry picked from commit b386b71b6733bae903f6a051376b49a727e8b3bb) --- M src/kudu/common/columnar_serialization.cc 1 file changed, 5 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/82/15682/1 -- To view, visit http://gerrit.cloudera.org:8080/15682 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.12.x Gerrit-MessageType: newchange Gerrit-Change-Id: I6b69470b238dae7a33fdd6b44cb8be57a26501d7 Gerrit-Change-Number: 15682 Gerrit-PatchSet: 1 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
