Description
SARGs mapping can fail expecting a sanitized quoted colName (parseName utility function): https://github.com/apache/orc/blob/master/java/core/src/java/org/apache/orc/impl/ParserUtils.java#L255
This PR makes sure fieldNames are consistent as part of convertTypeFromProtobuf method.