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/06/07 08:51:37 UTC

[GitHub] [iceberg] findepi opened a new pull request, #4984: Encapsulate public mutable field in IcebergSplit

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

   `IcebergSplit.ANYWHERE` was a mutable and publicly accessible field, so
   someone could modify it. The modification could also be accidental, if
   someone modified the array returned from `IcebergSplit.locations()`.


-- 
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] rdblue merged pull request #4984: Encapsulate public mutable field in IcebergSplit

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


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