fury icon indicating copy to clipboard operation
fury copied to clipboard

[Java] Support deep copy in graalvm

Open chaokunyang opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe.

Support deep copy in graalvm. Currently the fields info are built lazily, which will fail at graalvm runtime.

Describe the solution you'd like

Build fields info eagerly at graalvm build time

Additional context

#1679

chaokunyang avatar Jul 20 '24 10:07 chaokunyang

Hello, I would like to take this task. Can you please provide a reference to the relevant files and directories to implement this task?

Thanks for the help

vivekkoya avatar Oct 14 '24 06:10 vivekkoya

Hi @vivekkoya , thanks for contributing to fury, you can add some deep tests in src/main/java/org/apache/fury/graalvm, and see whether the copy fail

chaokunyang avatar Oct 14 '24 10:10 chaokunyang