Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18509
Change subject: KUDU-2671 relax requirement for partition range specification ...................................................................... KUDU-2671 relax requirement for partition range specification As of now (see [1]), the number of hash dimensions in a per-range custom hash schema must be the same for all the ranges in a table. With that, it's possible to relax the requirements on specifying partition key ranges for a GetTableLocations RPC. That allows legacy Kudu clients to work with tables having custom hash schemas per range. If necessary, it's possible to make the requirements stricter by setting --require_new_spec_for_custom_hash_schema_range_bound=true. This is a follow-up to [1]. [1] https://github.com/apache/kudu/commit/6998193e69eeda497f912d1d806470c95b591ad4 Change-Id: Idfdae92f6baee5e8f197cba41c8e51120f9b4d58 --- M src/kudu/master/catalog_manager-test.cc M src/kudu/master/catalog_manager.cc 2 files changed, 39 insertions(+), 12 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/09/18509/1 -- To view, visit http://gerrit.cloudera.org:8080/18509 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Idfdae92f6baee5e8f197cba41c8e51120f9b4d58 Gerrit-Change-Number: 18509 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
