HorizonNet commented on a change in pull request #1222: HBASE-23868 : Replace
usages of HColumnDescriptor(byte [] familyName)…
URL: https://github.com/apache/hbase/pull/1222#discussion_r385977364
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/constraint/Constraints.java
##########
@@ -337,6 +396,13 @@ private static void writeConstraint(HTableDescriptor
desc, String key,
desc.setValue(key, serializeConfiguration(conf));
}
+ private static void writeConstraint(
+ TableDescriptorBuilder.ModifyableTableDescriptor tableDescriptor, String
key,
+ Configuration conf) throws IOException {
Review comment:
NIT: Should have the same indentation as the line before.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services