fury
fury copied to clipboard
[Question] Cross-language support for LocalDateTime, Duration, and BigDecimal
Question
I noticed that the current implementation of Fury Java's cross-language support does not handle the following types properly:
LocalDateTime Duration BigDecimal
Could you please share if there are any upcoming updates or plans to provide cross-language support for these types?
Thank you for your time and effort!
Those types are not supported by all languages. Protobuf, flatbuffer, msgpack don't have support for such types.
We plan to add support for such types in future. Maybe need to implement such types to complement the type system in corresponding languages