Andrew Wong has submitted this change and it was merged. (
http://gerrit.cloudera.org:8080/16650 )
Change subject: tablet: fix build on macOS
......................................................................
tablet: fix build on macOS
This fixes the following error:
../../src/kudu/tablet/compaction-test.cc:1061:33: error: cannot initialize a
parameter of type 'uint64_t *' (aka 'unsigned long long *') with an rvalue of
type 'size_t *' (aka 'unsigned long *')
ASSERT_OK(rs->CountLiveRows(&rs_live_rows));
^~~~~~~~~~~~~
Change-Id: I4d65f95ba10a33a510d082237508ffde2783fbc0
Reviewed-on: http://gerrit.cloudera.org:8080/16650
Reviewed-by: Alexey Serbin <[email protected]>
Reviewed-by: Attila Bukor <[email protected]>
Tested-by: Attila Bukor <[email protected]>
---
M src/kudu/tablet/compaction-test.cc
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Alexey Serbin: Looks good to me, approved
Attila Bukor: Looks good to me, approved; Verified
--
To view, visit http://gerrit.cloudera.org:8080/16650
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I4d65f95ba10a33a510d082237508ffde2783fbc0
Gerrit-Change-Number: 16650
Gerrit-PatchSet: 3
Gerrit-Owner: Andrew Wong <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>
Gerrit-Reviewer: Attila Bukor <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)