rdblue commented on a change in pull request #2362:
URL: https://github.com/apache/iceberg/pull/2362#discussion_r604325611
##########
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, Serializable {
+public abstract class BaseMetadataTable implements Table, Serializable {
Review comment:
@aokolnychyi, instead of doing this, what about adding a util class in
this package that can access the package-private classes? Then we'd be able to
move the `SparkUtil.toSerializedTable` into core so it can be shared by Spark
and Flink, and we wouldn't need to open up access.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]