Hao Hao has submitted this change and it was merged. ( 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) Reviewed-on: http://gerrit.cloudera.org:8080/15682 Reviewed-by: Hao Hao <[email protected]> Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/common/columnar_serialization.cc 1 file changed, 5 insertions(+), 2 deletions(-) Approvals: Hao Hao: Looks good to me, approved Alexey Serbin: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: I6b69470b238dae7a33fdd6b44cb8be57a26501d7 Gerrit-Change-Number: 15682 Gerrit-PatchSet: 2 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Todd Lipcon <[email protected]>
