aokolnychyi commented on a change in pull request #3400:
URL: https://github.com/apache/iceberg/pull/3400#discussion_r737829313



##########
File path: core/src/main/java/org/apache/iceberg/BaseMetadataTable.java
##########
@@ -34,7 +34,7 @@
  * using a {@link StaticTableOperations}. This way no Catalog related calls 
are needed when reading the table data after
  * deserialization.
  */
-abstract class BaseMetadataTable implements Table, HasTableOperations, 
Serializable {
+public abstract class BaseMetadataTable implements Table, HasTableOperations, 
Serializable {

Review comment:
       Would like to avoid if possible. Ideas are welcome.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to