rdblue commented on a change in pull request #1421:
URL: https://github.com/apache/iceberg/pull/1421#discussion_r499777839



##########
File path: core/src/main/java/org/apache/iceberg/BaseTableScan.java
##########
@@ -45,7 +45,7 @@
  * Base class for {@link TableScan} implementations.
  */
 @SuppressWarnings("checkstyle:OverloadMethodsDeclarationOrder")
-abstract class BaseTableScan implements TableScan {
+public abstract class BaseTableScan implements TableScan {

Review comment:
       What parts need to be accessed that aren't part of the public API? 
Should we just add those to the `TableScan` API?




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

Reply via email to