You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/09/12 21:40:47 UTC

[GitHub] [iceberg] Fokko opened a new pull request, #5751: API: Use hashCode instead of hash

Fokko opened a new pull request, #5751:
URL: https://github.com/apache/iceberg/pull/5751

   Noticed this in the output, and decided to fix it right away:
   ```
   /Users/fokkodriesprong/Desktop/iceberg/api/src/main/java/org/apache/iceberg/transforms/UnknownTransform.java:89: warning: [ObjectsHashCodeUnnecessaryVarargs] java.util.Objects.hash(non-varargs) should be
   replaced with java.util.Objects.hashCode(value) to avoid unnecessary varargs array allocations.
       return Objects.hash(transform);
                          ^
   ```


-- 
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: issues-unsubscribe@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] Fokko commented on pull request #5751: API: Use hashCode instead of hash

Posted by GitBox <gi...@apache.org>.
Fokko commented on PR #5751:
URL: https://github.com/apache/iceberg/pull/5751#issuecomment-1245799549

   @XN137 Thanks, I've marked it as an ERROR


-- 
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: issues-unsubscribe@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] Fokko merged pull request #5751: API: Use hashCode instead of hash

Posted by GitBox <gi...@apache.org>.
Fokko merged PR #5751:
URL: https://github.com/apache/iceberg/pull/5751


-- 
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: issues-unsubscribe@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org