You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Timothy Brown (Jira)" <ji...@apache.org> on 2022/07/21 19:41:00 UTC

[jira] [Created] (HUDI-4442) Converting from json to avro does not sanitize field names

Timothy Brown created HUDI-4442:
-----------------------------------

             Summary: Converting from json to avro does not sanitize field names
                 Key: HUDI-4442
                 URL: https://issues.apache.org/jira/browse/HUDI-4442
             Project: Apache Hudi
          Issue Type: Improvement
            Reporter: Timothy Brown


There are cases where a source of json data will have `$` and other illegal characters in the field name. If the user provides a valid schema with those chars sanitized in the field name, the MercifulJsonConverter should be able to translate the json into those sanitized field names. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)