Andrew Wong has uploaded this change for review. (
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
---
M src/kudu/tablet/compaction-test.cc
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/50/16650/1
--
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: newchange
Gerrit-Change-Id: I4d65f95ba10a33a510d082237508ffde2783fbc0
Gerrit-Change-Number: 16650
Gerrit-PatchSet: 1
Gerrit-Owner: Andrew Wong <[email protected]>