fury icon indicating copy to clipboard operation
fury copied to clipboard

[Question] Cross-language support for LocalDateTime, Duration, and BigDecimal

Open LouisLou2 opened this issue 9 months ago • 1 comments

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!

LouisLou2 avatar Mar 01 '25 09:03 LouisLou2

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

chaokunyang avatar Mar 02 '25 14:03 chaokunyang