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
Faced an issue in writing data to Avro Sink using Avro schema as well as passing Cascading fields and Type. Possible issue in CascadingToAvro methodtoAvro(Object obj, Schema schema). Currently fixed it in my code project to get the AvroScheme working.
The text was updated successfully, but these errors were encountered:
kunallahiri
changed the title
Issue in handling ["null","boolean|Doube|Integer"] types in avro schema
Issue in handling ["null","boolean|Double|Integer"] types in avro schema
Mar 8, 2016
https://groups.google.com/forum/#!topic/cascading-user/r6UlLgw7nFk
Faced an issue in writing data to Avro Sink using Avro schema as well as passing Cascading fields and Type. Possible issue in CascadingToAvro methodtoAvro(Object obj, Schema schema). Currently fixed it in my code project to get the AvroScheme working.
The text was updated successfully, but these errors were encountered: