rdblue commented on a change in pull request #220: Support parsing of special 
characters in TypeToSchema visitor
URL: https://github.com/apache/incubator-iceberg/pull/220#discussion_r296339668
 
 

 ##########
 File path: core/src/main/java/org/apache/iceberg/avro/AvroSchemaUtil.java
 ##########
 @@ -37,6 +37,8 @@
 
   private AvroSchemaUtil() {}
 
+  // Original Iceberg field name corresponding to a sanitized Avro name
+  public static final String ORIGINAL_FIELD_NAME_PROP = "original-field-name";
 
 Review comment:
   What about "iceberg-name"?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to