Github user keith-turner commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/208#discussion_r98106864
--- Diff:
server/master/src/main/java/org/apache/accumulo/master/tableOps/TableRangeOp.java
---
@@ -38,19 +37,24 @@
private static final long serialVersionUID = 1L;
private final String tableId;
+ private final String namespaceId;
--- End diff --
I did some experiments with this and order does not seem to matter. I
tried reordering existing fields and inserting new fields and it did not
matter. Also I found some information that suggest the fields name is stored
by serialization.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---