You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "nastra (via GitHub)" <gi...@apache.org> on 2023/10/09 14:04:46 UTC

[PR] Core: Use visibility string instead of enum for Immutable visibility [iceberg]

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

   Now that https://github.com/immutables/immutables/pull/1474 has been fixed and was shipped as part of Immutables [2.10.0](https://github.com/immutables/immutables/releases), we can switch to using the visibility string to fix the below compiler warnings for consuming projects:
   
   ```
   warning: unknown enum constant ImplementationVisibility.PACKAGE
     reason: class file for org.immutables.value.Value$Style$ImplementationVisibility not found
   warning: unknown enum constant ImplementationVisibility.PACKAGE
     reason: class file for org.immutables.value.Value$Style$ImplementationVisibility not found
   warning: unknown enum constant ImplementationVisibility.PACKAGE
     reason: class file for org.immutables.value.Value$Style$ImplementationVisibility not found
   warning: unknown enum constant ImplementationVisibility.PACKAGE
     reason: class file for org.immutables.value.Value$Style$ImplementationVisibility not found
   warning: unknown enum constant ImplementationVisibility.PACKAGE
     reason: class file for org.immutables.value.Value$Style$ImplementationVisibility not found
   
   ```


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


Re: [PR] Core: Use visibility string instead of enum for Immutable visibility [iceberg]

Posted by "danielcweeks (via GitHub)" <gi...@apache.org>.
danielcweeks merged PR #8752:
URL: https://github.com/apache/iceberg/pull/8752


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