Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/15064 )
Change subject: schema: use dense_hash_map instead of std::unordered_map ...................................................................... Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/15064/1/src/kudu/common/schema.h File src/kudu/common/schema.h: http://gerrit.cloudera.org:8080/#/c/15064/1/src/kudu/common/schema.h@503 PS1, Line 503: /*bucket_count=*/10 If my understanding is correct, expected_max_items_in_table is for the expected_max_items_in_table, not bucket count. Maybe, set to 1000 or something related to the --max_num_columns flag setting (if the latter is relevant at all)? -- To view, visit http://gerrit.cloudera.org:8080/15064 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I8e8f80229b2dcfad05e204a6f6e50ce7dc3f4c73 Gerrit-Change-Number: 15064 Gerrit-PatchSet: 1 Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Comment-Date: Fri, 17 Jan 2020 18:09:34 +0000 Gerrit-HasComments: Yes
