rdblue commented on code in PR #6948:
URL: https://github.com/apache/iceberg/pull/6948#discussion_r1251278119


##########
core/src/main/java/org/apache/iceberg/BaseScan.java:
##########
@@ -99,7 +99,7 @@ protected Schema tableSchema() {
     return schema;
   }
 
-  protected TableScanContext context() {
+  public TableScanContext context() {

Review Comment:
   This should not be made public. I think we'll need to find a different way 
to report context.



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