GitHub user dguy opened a pull request: https://github.com/apache/hive/pull/26
ParquetHiveArryInspector assumes arrays have been written with an anonym... ParquetHiveArryInspector assumes arrays have been written with an anonym container. This may be true if the data is written through hive, but this doesn't work if the data has been written externally via Avro/Parquet. This enables the ability to read both formats You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/hive trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/hive/pull/26.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 #26 ---- commit eafeb856520ab88ffab771f90e076994b52ca42f Author: Damian Guy <damian_...@apple.com> Date: 2014-12-09T12:46:22Z ParquetHiveArryInspector assumes arrays have been written with an anonymous container. This may be true if the data is written through hive, but this doesn't work if the data has been written externally via Avro/Parquet. This enables the ability to read both formats ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---