Mismatch between on-prem and client solutions

Hi, if to use on-prem java library then values gotten from attributes which types are :db.type/bigint :db.type/uri have appropriate java types java.math.BigInteger and java.net.URI. What I believe is expected but if to do similar actions using client api then java classes for the same attributes are clojure.lang.BigInt and com.cognitect.transit.impl.URIImpl what is not expected

Client library is: com.datomic:client-pro:1.0.72

1 Like

Is there any information on this issue?