Hello Ashwani Raina, Yifan Zhang, Kudu Jenkins, Abhishek Chennaka,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/22448
to look at the new patch set (#2).
Change subject: [tablet] fix compilation warnings on macOS
......................................................................
[tablet] fix compilation warnings on macOS
Use portable format specifiers for printing 64-bit numbers to avoid
compilation warnings like below:
warning: format specifies type 'long' but the argument has type 'int64_t'
(aka 'long long') [-Wformat]
Also snuck in a small clean-up of the code in process_memory.cc
and compaction-highmem-test.cc.
This is a follow-up to d405ad33080cc5b203e3789363a202d472aca795.
Change-Id: I2d7769200c484d29471a7aaf798fdd089f3ccfcc
---
M src/kudu/tablet/compaction-highmem-test.cc
M src/kudu/tablet/delta_compaction.cc
M src/kudu/util/process_memory.cc
3 files changed, 16 insertions(+), 20 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/48/22448/2
--
To view, visit http://gerrit.cloudera.org:8080/22448
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I2d7769200c484d29471a7aaf798fdd089f3ccfcc
Gerrit-Change-Number: 22448
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Abhishek Chennaka <[email protected]>
Gerrit-Reviewer: Ashwani Raina <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Yifan Zhang <[email protected]>