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/04/07 18:56:34 UTC

[GitHub] [accumulo-examples] DomGarguilo opened a new pull request, #97: Make fields non final so that Query.java works

DomGarguilo opened a new pull request, #97:
URL: https://github.com/apache/accumulo-examples/pull/97

   Several examples use Query.java. Without this change, they will fail with the following error:
   ```
   Usage: org.apache.accumulo.examples.shard.Query
   
   Cannot use final field org.apache.accumulo.examples.shard.Query$QueryOpts#useSample as a parameter; compile-time constant inlining may hide new values written to it.
   ```
   An example that uses this code is the shard example.


-- 
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-examples] DomGarguilo merged pull request #97: Make fields non final so that Query.java works

Posted by GitBox <gi...@apache.org>.
DomGarguilo merged PR #97:
URL: https://github.com/apache/accumulo-examples/pull/97


-- 
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