Michael Hsueh
Results
2
issues of
Michael Hsueh
Ran into this error deserializing Joda DateTime into an Avro model: `java.lang.Long cannot be cast to org.joda.time.DateTime` was able to serialize a record with this value: {"name": "eventTime", "type": {"type":...
Hello, I'm running into an issue serializing org.joda.time.DateTime through Kryo on Java; it appears to fail casting the java model DateTime to long. Does the library support this? Thanks! In...