Adar Dembo has posted comments on this change. Change subject: KUDU-1881: Deserializing scan token should check nullability of column ......................................................................
Patch Set 2: (2 comments) http://gerrit.cloudera.org:8080/#/c/6040/2/java/kudu-client/src/test/java/org/apache/kudu/client/TestKuduClient.java File java/kudu-client/src/test/java/org/apache/kudu/client/TestKuduClient.java: Line 663: Assert.fail(); Assert.fail() is imported statically so you can drop the prefix. http://gerrit.cloudera.org:8080/#/c/6040/1/src/kudu/client/scan_token-internal.cc File src/kudu/client/scan_token-internal.cc: Line 95: return Status::IllegalState("unknown column in scan token", column.name()); > I put the reasoning in the commit message, but basically it's not necessari Whoops, missed it in the commit message. Your argument makes sense. -- To view, visit http://gerrit.cloudera.org:8080/6040 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I6b4c835c948723eb9bc47131e894971b8e1a2c44 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
