You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/08/18 23:27:20 UTC

[GitHub] [hudi] nsivabalan edited a comment on issue #3460: [SUPPORT]Can't set not validating names?

nsivabalan edited a comment on issue #3460:
URL: https://github.com/apache/hudi/issues/3460#issuecomment-901494678


   @aresa7796 : guess there are some restrictions in naming columns in avro. as suggested above, try removing "$" for field names
   
   ```
   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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org