chaokunyang commented on issue #2021:
URL: https://github.com/apache/fury/issues/2021#issuecomment-2613763208

   Hi @davidnadeau , I tested HashMap with jdk 21, it still works:
   
   ```scala
   val v = scala.collection.immutable.HashMap("k1" -> "v1", "k2" -> "v2")
   fury.deserialize(fury.serialize(v)) shouldEqual v
   ```


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