You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/11/21 07:45:56 UTC

[GitHub] [accumulo] ctubbsii opened a new pull request, #3089: Use constants for tables instead of string literals

ctubbsii opened a new pull request, #3089:
URL: https://github.com/apache/accumulo/pull/3089

   Use existing constants for referencing the table names and IDs for built-in tables in a few places that previously used hard-coded string literals. These aren't likely to change, but it makes it easier to find references of these built-ins when they use the constant, and it's easier to avoid typos.
   
   I found these while working on #3080. They are very trivial, but nice to have.


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] ctubbsii merged pull request #3089: Use constants for tables instead of string literals

Posted by GitBox <gi...@apache.org>.
ctubbsii merged PR #3089:
URL: https://github.com/apache/accumulo/pull/3089


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org