ctubbsii commented on issue #1977: URL: https://github.com/apache/accumulo/issues/1977#issuecomment-808465370
If you're setting it to the same value at the per-table scope that it is set to at the system scope, then the per-table value won't be displayed. That's because the way configs inherit from their parent in the config hierarchy makes it impossible to tell the difference between a table config being set at the table scope or inherited from the system scope. It's possible with some implementation changes to detect this, but there really isn't a reason to, since the display shows `overrides` only, and not merely that something is `set`. For something to be an `override`, it has to actually change the value in some way. -- 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]
