amogh-jahagirdar commented on code in PR #13555:
URL: https://github.com/apache/iceberg/pull/13555#discussion_r2223652755


##########
spark/v4.0/spark/src/main/java/org/apache/iceberg/spark/source/SparkTable.java:
##########
@@ -142,6 +143,11 @@ public SparkTable(Table icebergTable, String branch, 
boolean refreshEagerly) {
   }
 
   public SparkTable(Table icebergTable, Long snapshotId, boolean 
refreshEagerly) {
+    this(icebergTable, snapshotId, refreshEagerly, false);
+  }
+
+  public SparkTable(

Review Comment:
   Unfortunately I don't think it's possible since we'll need access to this 
constructor outside of this package scope. Another option I looked into was a 
`enableRewrite` API or something on SparkTable but that's equally as awkward 
(or more so).



-- 
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-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to