saitharun15 opened a new pull request, #6329: URL: https://github.com/apache/hive/pull/6329
### What changes were proposed in this pull request? Currently, TypeInfoUtils rejects struct field names containing hyphens (for example, `aws-region`) during type parsing and throws an exception. Related JIRA issues: [HIVE-13748](https://issues.apache.org/jira/browse/HIVE-13748) [HIVE-24181](https://issues.apache.org/jira/browse/HIVE-24181) [HIVE-20272](https://issues.apache.org/jira/browse/HIVE-20272) ### Why are the changes needed? Tables backed by Hadoop catalogs can be created with struct field names containing hyphens. However, the same schemas fail during type parsing when using Hive-backed catalogs. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Added Unit Test -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
