ptupitsyn commented on a change in pull request #497:
URL: https://github.com/apache/ignite-3/pull/497#discussion_r765723371
##########
File path: modules/api/src/main/java/org/apache/ignite/table/mapper/Mapper.java
##########
@@ -26,6 +28,10 @@
* @param <T> Mapped type.
*/
public interface Mapper<T> {
+ /** Identity mapper cache. */
+ @SuppressWarnings("rawtypes")
+ static final Map<Class, IdentityMapper> identityMappers = new
ConcurrentHashMap<>();
Review comment:
Ok, agree.
* Created https://issues.apache.org/jira/browse/IGNITE-16094
* Removed Marshaller and Mapper caching
--
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]