You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2020/04/07 23:59:45 UTC

[kudu-CR] columnar serialization: fix optimized GCC build

Hello Kudu Jenkins, Adar Dembo, Grant Henke, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/15680

to look at the new patch set (#2).

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
---
M src/kudu/common/columnar_serialization.cc
1 file changed, 5 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/80/15680/2
-- 
To view, visit http://gerrit.cloudera.org:8080/15680
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I6b69470b238dae7a33fdd6b44cb8be57a26501d7
Gerrit-Change-Number: 15680
Gerrit-PatchSet: 2
Gerrit-Owner: Todd Lipcon <to...@apache.org>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Kudu Jenkins (120)