fury icon indicating copy to clipboard operation
fury copied to clipboard

[JavaScript] Specification implementation progress

Open bytemain opened this issue 1 year ago • 2 comments

Now we have a new java spec: https://github.com/apache/incubator-fury/blob/main/docs/protocols/java_object_graph.md

and there have been some changes compared to the previous version.

Changes:

  • Array/Map

Has not implemented:

  • Schema Evolution

bytemain avatar Jan 11 '24 02:01 bytemain

Enum has been done in #1321

bytemain avatar Jan 11 '24 02:01 bytemain

Array has been done in #1337 .

theweipeng avatar Jan 18 '24 09:01 theweipeng