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



##########
File path: 
spark3/src/main/java/org/apache/iceberg/spark/FileScanTaskSetManager.java
##########
@@ -58,9 +60,19 @@ public void stageTasks(Table table, String setID, 
List<FileScanTask> tasks) {
     return tasksMap.remove(id);
   }
 
-  private Pair<String, String> toID(Table table, String setID) {
+  public Set<String> fetchSetIDs(Table table) {

Review comment:
       Is this for testing? If so, can we make it package private?




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