fury
fury copied to clipboard
[JavaScript] Specification implementation progress
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
Enum has been done in #1321
Array has been done in #1337 .