Hello Mike Percy, Alexey Serbin, Kudu Jenkins, Adar Dembo,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/10698
to look at the new patch set (#3).
Change subject: [tools] Add simple util for version parsing
......................................................................
[tools] Add simple util for version parsing
This adds a struct and parsing function to parse versions of the form
<major>.<minor>.<maintenance>-<extra>
This can be used along with ksck's version reporting or ad hoc
version-gathering to determine how a tool should function when operating
against a cluster running certain Kudu versions.
Its first application will be in a follow-up.
Change-Id: I0bcf3b10b699e89ad489144611990702dec8af19
---
M src/kudu/util/CMakeLists.txt
A src/kudu/util/version_util-test.cc
A src/kudu/util/version_util.cc
A src/kudu/util/version_util.h
4 files changed, 208 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/98/10698/3
--
To view, visit http://gerrit.cloudera.org:8080/10698
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I0bcf3b10b699e89ad489144611990702dec8af19
Gerrit-Change-Number: 10698
Gerrit-PatchSet: 3
Gerrit-Owner: Will Berkeley <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Mike Percy <[email protected]>
Gerrit-Reviewer: Will Berkeley <[email protected]>