[jira] [Updated] (HIVE-8909) Hive doesn't correctly read Parquet nested types

2014-11-23 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-8909: --- Resolution: Fixed Fix Version/s: 0.15.0 Status: Resolved (was: Patch Available)

[jira] [Updated] (HIVE-8909) Hive doesn't correctly read Parquet nested types

2014-11-21 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated HIVE-8909: Attachment: HIVE-8909.4.patch Adding patch without the data files. Hive doesn't correctly read Parquet

[jira] [Updated] (HIVE-8909) Hive doesn't correctly read Parquet nested types

2014-11-21 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated HIVE-8909: Attachment: HIVE-8909.5.patch Fixed projection bug and added tests for map structures. Hive doesn't

[jira] [Updated] (HIVE-8909) Hive doesn't correctly read Parquet nested types

2014-11-21 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated HIVE-8909: Attachment: HIVE-8909.6.patch Fixed typo in new map tests (thanks Sergio!) Hive doesn't correctly read

[jira] [Updated] (HIVE-8909) Hive doesn't correctly read Parquet nested types

2014-11-20 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-8909: --- Attachment: HIVE-8909.2.patch Reuploading patch with correct name. Hive doesn't correctly read

[jira] [Updated] (HIVE-8909) Hive doesn't correctly read Parquet nested types

2014-11-20 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated HIVE-8909: Attachment: parquet-test-data.tar.gz I'm attaching a tarball with all of the files from the array

[jira] [Updated] (HIVE-8909) Hive doesn't correctly read Parquet nested types

2014-11-20 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated HIVE-8909: Attachment: HIVE-8909.3.patch Updated patch with q tests for all of the cases in TestArrayCompatibility. I

[jira] [Updated] (HIVE-8909) Hive doesn't correctly read Parquet nested types

2014-11-19 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated HIVE-8909: Attachment: HIVE-8909-2.patch Rebased patch on Sergio's changes. This didn't conflict except for the change

[jira] [Updated] (HIVE-8909) Hive doesn't correctly read Parquet nested types

2014-11-19 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated HIVE-8909: Affects Version/s: 0.13.1 Status: Patch Available (was: Open) Hive doesn't correctly read

[jira] [Updated] (HIVE-8909) Hive doesn't correctly read Parquet nested types

2014-11-18 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated HIVE-8909: Attachment: HIVE-8909-1.patch This patch implements the rules from PARQUET-113, which required some