ctubbsii commented on code in PR #5921:
URL: https://github.com/apache/accumulo/pull/5921#discussion_r2373703195
##########
test/src/main/java/org/apache/accumulo/test/functional/PerTableCryptoIT.java:
##########
@@ -193,8 +193,6 @@ private void checkTableEncryption(TableId tableId, boolean
expectEncrypt) throws
args.add(new Path(hadoopConfDir, "hdfs-site.xml").toString());
}
args.add("-o");
- args.add(TABLE_SERVICE_NAME_PROP + "=" +
AESCryptoService.class.getName());
Review Comment:
I don't think the per-table property would have worked anyway, since there's
no table context when using PrintInfo using an RFile path. In theory, it could
guess based on the path, but it shouldn't do that. If it tried to do that, I'd
consider it a bug. The general prop is the right one to set for this.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]