-
Notifications
You must be signed in to change notification settings - Fork 212
Closed
Description
I tried upgrading Tablesaw from 7.2.1 to 8.1.1 and got the error below:
[ERROR] tablesaw/core/src/main/java/tech/tablesaw/api/IntColumn.java:[208,13] reference to forEach is ambiguous
both method forEach(java.util.function.IntConsumer) in it.unimi.dsi.fastutil.ints.IntIterable and method forEach(java.util.function.Consumer<? super java.lang.Integer>) in it.unimi.dsi.fastutil.ints.IntIterable match
Can the method forEach(java.util.function.Consumer<? super java.lang.Integer>) be removed so that we don't have ambiguous methods?
Metadata
Metadata
Assignees
Labels
No labels