GitHub user omalley opened a pull request: https://github.com/apache/orc/pull/221
ORC-308. Add function to get subtypes by name. This just adds the new function, which will be useful for specifying properties for columns. Previously the parser was allowing "." in column names, which doesn't match Hive. I suspect we added that to support schemas from JSON. Now that we support backquotes for column names, that would be a better fix. You can merge this pull request into a Git repository by running: $ git pull https://github.com/omalley/orc orc-308 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/orc/pull/221.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #221 ---- commit b3cf0208be429b75bd66441f014baff8778b5224 Author: Owen O'Malley <omalley@...> Date: 2018-02-28T00:02:16Z ORC-308. Add function to get subtypes by name. ---- ---