chaokunyang commented on issue #1763: URL: https://github.com/apache/fury/issues/1763#issuecomment-2268931538
Hi @davidnadeau , I fixed this issue in https://github.com/apache/fury/pull/1792, could you try lastest snapshot jar? ```java <dependency> <groupId>org.apache.fury</groupId> <artifactId>fury-core</artifactId> <version>0.8.0-SNAPSHOT</version> </dependency> ``` If the error stil persists, please reopen this issue again. -- 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]
