Alexey Serbin has submitted this change and it was merged. (
http://gerrit.cloudera.org:8080/16766 )
Change subject: [test] fix compilation warning
......................................................................
[test] fix compilation warning
src/kudu/integration-tests/flex_partitioning-itest.cc:221:32: warning: loop
variable 'split' of type 'const vector<int32_t>' (aka 'const vector<int>')
creates a copy from type 'const vector<int32_t>' [-Wrange-loop-construct]
for (const vector<int32_t> split : range_partition.splits) {
^
Change-Id: I16ab253ab99808c2a69b0520a3a6b6253f27f2f8
Reviewed-on: http://gerrit.cloudera.org:8080/16766
Reviewed-by: Grant Henke <[email protected]>
Tested-by: Grant Henke <[email protected]>
---
M src/kudu/integration-tests/flex_partitioning-itest.cc
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Grant Henke: Looks good to me, approved; Verified
--
To view, visit http://gerrit.cloudera.org:8080/16766
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I16ab253ab99808c2a69b0520a3a6b6253f27f2f8
Gerrit-Change-Number: 16766
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)