nsivabalan commented on issue #3460: URL: https://github.com/apache/hudi/issues/3460#issuecomment-901494678
@aresa7796 : guess there are some restrictions in naming columns in avro. ``` Record, enums and fixed are named types. Each has a fullname that is composed of two parts; a name and a namespace. Equality of names is defined on the fullname. The name portion of a fullname, record field names, and enum symbols must: start with [A-Za-z_] subsequently contain only [A-Za-z0-9_] ``` source: https://avro.apache.org/docs/current/spec.html -- 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]
