pratyakshsharma commented on issue #5539: URL: https://github.com/apache/hudi/issues/5539#issuecomment-1122407861
Check this jira - https://issues.apache.org/jira/browse/AVRO-2509. You probably need to set your default value to null and not "null". In a union schema, default value should correspond to the first schema type. "null" corresponds to string type and probably the reason you are getting this error. Another link - https://stackoverflow.com/questions/57094629/getting-schema-deserialisation-error-invalid-default-for-field -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
