rpuch commented on a change in pull request #530:
URL: https://github.com/apache/ignite-3/pull/530#discussion_r781114875
##########
File path:
modules/network/src/main/java/org/apache/ignite/internal/network/serialization/marshal/BuiltInContainerMarshallers.java
##########
@@ -45,9 +44,9 @@
* them eligible for a generic unmarshal algorithm: read length, create an
empty collection, then read N elements
* and add each of them into the collection.
*/
- private final Map<Class<?>, IntFunction<? extends Collection<?>>>
mutableBuiltInCollectionFactories = Map.of(
+ private final Map<Class<?>, Supplier<? extends Collection<?>>>
mutableBuiltInCollectionFactories = Map.of(
Review comment:
Added it back
--
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]