Adar Dembo has posted comments on this change. ( http://gerrit.cloudera.org:8080/10802 )
Change subject: tablet: encapsulate common iterator options ...................................................................... Patch Set 3: (3 comments) http://gerrit.cloudera.org:8080/#/c/10802/3/src/kudu/tablet/deltafile.cc File src/kudu/tablet/deltafile.cc: http://gerrit.cloudera.org:8080/#/c/10802/3/src/kudu/tablet/deltafile.cc@a369 PS3, Line 369: > hmm, what happened to empty_schema? seems now we are letting it be an unini My bad. That's because in an earlier version of this patch, opts.schema had type Schema, not "const Schema*". http://gerrit.cloudera.org:8080/#/c/10802/3/src/kudu/tablet/deltafile.cc@691 PS3, Line 691: tlipcon > nit: i usually use 'todd' since it's my apache id Done http://gerrit.cloudera.org:8080/#/c/10802/3/src/kudu/tablet/rowset.h File src/kudu/tablet/rowset.h: http://gerrit.cloudera.org:8080/#/c/10802/3/src/kudu/tablet/rowset.h@67 PS3, Line 67: OrderMode order; > seems there are lots of places where this struct is instantiated without ac Sure, I'll add a default constructor that does something useful. -- To view, visit http://gerrit.cloudera.org:8080/10802 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I7232d163436e69999bba75ed66756d2a86c5a959 Gerrit-Change-Number: 10802 Gerrit-PatchSet: 3 Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Comment-Date: Tue, 10 Jul 2018 22:14:11 +0000 Gerrit-HasComments: Yes
