Todd Lipcon has posted comments on this change. Change subject: KUDU-2085. Fix crash when seeking past end of prefix-encoded blocks ......................................................................
Patch Set 2: (1 comment) http://gerrit.cloudera.org:8080/#/c/7613/2/src/kudu/cfile/encoding-test.cc File src/kudu/cfile/encoding-test.cc: Line 260: const auto& GenTestString = [&](int x) -> string { in branch-1.2.x I had to add this explicit return type, because the older version of gtest wasn't happy doing all the type deduction below in the asserts. -- To view, visit http://gerrit.cloudera.org:8080/7613 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I1670b2244d586e4920f0603c48f65ed993a3b12b Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: branch-1.2.x Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
