Andrew Wong has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/17025 )

Change subject: KUDU-2671: Adds new field to PartitionSchema.
......................................................................


Patch Set 12: Code-Review+1

(1 comment)

http://gerrit.cloudera.org:8080/#/c/17025/11/src/kudu/common/partition-test.cc
File src/kudu/common/partition-test.cc:

http://gerrit.cloudera.org:8080/#/c/17025/11/src/kudu/common/partition-test.cc@1355
PS11, Line 1355:   CheckSerializationFunctions(pb, partition_schema, schema);
> I can but the other tests with per-range hash schemas don't populate the ne
Yeah, maybe not. I'm thinking something more along the lines of:

pb = ToPB(partition_schema, schema);
partition_schema_deserialized = FromPB(pb, schema)
ASSERT_EQ(partition_schema_deserialized, partition_schema);



--
To view, visit http://gerrit.cloudera.org:8080/17025
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ic5d8615ab9967fdb40292b9c77eb68a19baeca1d
Gerrit-Change-Number: 17025
Gerrit-PatchSet: 12
Gerrit-Owner: Mahesh Reddy <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Mahesh Reddy <[email protected]>
Gerrit-Reviewer: Tidy Bot (241)
Gerrit-Comment-Date: Tue, 13 Apr 2021 04:20:23 +0000
Gerrit-HasComments: Yes

Reply via email to