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



##########
File path: core/src/main/java/org/apache/iceberg/util/BinPacking.java
##########
@@ -62,11 +62,6 @@ public ListPacker(long targetWeight, int lookback, boolean 
largestBinFirst) {
     private final Function<T, Long> weightFunc;
     private final boolean largestBinFirst;
 
-    public PackingIterable(Iterable<T> iterable, long targetWeight, int 
lookback,

Review comment:
       Please revert this change. Even if this isn't used, the class is public 
and we don't need to make unnecessary breaking changes.




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