Class FieldNameSelector.FieldNameSanitizer<T>

    • Method Detail

      • sanitizeColumnName

        private String sanitizeColumnName​(String columnName)
        Sanitize column names that are illegal in Avro Must conform to https://avro.apache.org/docs/1.7.7/spec.html#Names Legal characters are [a-zA-Z_] for the first character and [a-zA-Z0-9_] thereafter.
        Parameters:
        columnName - the column name name to be sanitized
        Returns:
        the sanitized name.