You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think so @hsn10. Some parts of the code path for fixed would need to be implemented, for example, in the TypeMatcher, but I don't think we'd need full support for fixed (although I'm not entirely sure).
It is probably too early. I studied avro codebase and there is no converter for timestamp-micros and duration logical types. This means that schema to java generator will produce incorrect result and there is no point in implementing scala interface.
Because correct definition of duration type field is:
I need support for logical type duration.
I see ticked that fixed type is not yet implemented. Can be duration type implemented without implementing fixed type first?
The text was updated successfully, but these errors were encountered: