[jira] [Updated] (HIVE-6575) select * fails on parquet table with map datatype

2014-03-12 Thread Xuefu Zhang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xuefu Zhang updated HIVE-6575:
--

   Resolution: Fixed
Fix Version/s: 0.14.0
   Status: Resolved  (was: Patch Available)

Patch committed to trunk. Thanks goes to Szehon for the contribution.

 select * fails on parquet table with map datatype
 -

 Key: HIVE-6575
 URL: https://issues.apache.org/jira/browse/HIVE-6575
 Project: Hive
  Issue Type: Bug
  Components: Serializers/Deserializers
Affects Versions: 0.13.0
Reporter: Szehon Ho
Assignee: Szehon Ho
  Labels: parquet
 Fix For: 0.14.0

 Attachments: HIVE-6575.2.patch, HIVE-6575.3.patch, HIVE-6575.patch


 Create parquet table with map and run select * from parquet_table, returns 
 following exception:
 {noformat}
  FAILED: RuntimeException java.lang.ClassCastException: 
 org.apache.hadoop.hive.ql.io.parquet.serde.DeepParquetHiveMapInspector cannot 
 be cast to 
 org.apache.hadoop.hive.ql.io.parquet.serde.StandardParquetHiveMapInspector
 {noformat}
 However select mapcol from parquet_table seems to work, and thus joins will 
 work.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HIVE-6575) select * fails on parquet table with map datatype

2014-03-12 Thread Harish Butani (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harish Butani updated HIVE-6575:


Fix Version/s: (was: 0.14.0)
   0.13.0

 select * fails on parquet table with map datatype
 -

 Key: HIVE-6575
 URL: https://issues.apache.org/jira/browse/HIVE-6575
 Project: Hive
  Issue Type: Bug
  Components: Serializers/Deserializers
Affects Versions: 0.13.0
Reporter: Szehon Ho
Assignee: Szehon Ho
  Labels: parquet
 Fix For: 0.13.0

 Attachments: HIVE-6575.2.patch, HIVE-6575.3.patch, HIVE-6575.patch


 Create parquet table with map and run select * from parquet_table, returns 
 following exception:
 {noformat}
  FAILED: RuntimeException java.lang.ClassCastException: 
 org.apache.hadoop.hive.ql.io.parquet.serde.DeepParquetHiveMapInspector cannot 
 be cast to 
 org.apache.hadoop.hive.ql.io.parquet.serde.StandardParquetHiveMapInspector
 {noformat}
 However select mapcol from parquet_table seems to work, and thus joins will 
 work.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HIVE-6575) select * fails on parquet table with map datatype

2014-03-08 Thread Szehon Ho (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Szehon Ho updated HIVE-6575:


Attachment: HIVE-6575.3.patch

Thanks Xuefu for review, I responded to latest comment + updated the latest 
patch, not sure if you had a chance to take a look.

 select * fails on parquet table with map datatype
 -

 Key: HIVE-6575
 URL: https://issues.apache.org/jira/browse/HIVE-6575
 Project: Hive
  Issue Type: Bug
  Components: Serializers/Deserializers
Affects Versions: 0.13.0
Reporter: Szehon Ho
Assignee: Szehon Ho
  Labels: parquet
 Attachments: HIVE-6575.2.patch, HIVE-6575.3.patch, HIVE-6575.patch


 Create parquet table with map and run select * from parquet_table, returns 
 following exception:
 {noformat}
  FAILED: RuntimeException java.lang.ClassCastException: 
 org.apache.hadoop.hive.ql.io.parquet.serde.DeepParquetHiveMapInspector cannot 
 be cast to 
 org.apache.hadoop.hive.ql.io.parquet.serde.StandardParquetHiveMapInspector
 {noformat}
 However select mapcol from parquet_table seems to work, and thus joins will 
 work.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HIVE-6575) select * fails on parquet table with map datatype

2014-03-07 Thread Szehon Ho (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Szehon Ho updated HIVE-6575:


Attachment: HIVE-6575.patch

 select * fails on parquet table with map datatype
 -

 Key: HIVE-6575
 URL: https://issues.apache.org/jira/browse/HIVE-6575
 Project: Hive
  Issue Type: Bug
  Components: Serializers/Deserializers
Affects Versions: 0.13.0
Reporter: Szehon Ho
Assignee: Szehon Ho
  Labels: parquet
 Attachments: HIVE-6575.patch


 Create parquet table with map and run select * from parquet_table, returns 
 following exception:
 {noformat}
  FAILED: RuntimeException java.lang.ClassCastException: 
 org.apache.hadoop.hive.ql.io.parquet.serde.DeepParquetHiveMapInspector cannot 
 be cast to 
 org.apache.hadoop.hive.ql.io.parquet.serde.StandardParquetHiveMapInspector
 {noformat}
 However select mapcol from parquet_table seems to work, and thus joins will 
 work.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HIVE-6575) select * fails on parquet table with map datatype

2014-03-07 Thread Szehon Ho (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Szehon Ho updated HIVE-6575:


Status: Patch Available  (was: Open)

 select * fails on parquet table with map datatype
 -

 Key: HIVE-6575
 URL: https://issues.apache.org/jira/browse/HIVE-6575
 Project: Hive
  Issue Type: Bug
  Components: Serializers/Deserializers
Affects Versions: 0.13.0
Reporter: Szehon Ho
Assignee: Szehon Ho
  Labels: parquet
 Attachments: HIVE-6575.2.patch, HIVE-6575.patch


 Create parquet table with map and run select * from parquet_table, returns 
 following exception:
 {noformat}
  FAILED: RuntimeException java.lang.ClassCastException: 
 org.apache.hadoop.hive.ql.io.parquet.serde.DeepParquetHiveMapInspector cannot 
 be cast to 
 org.apache.hadoop.hive.ql.io.parquet.serde.StandardParquetHiveMapInspector
 {noformat}
 However select mapcol from parquet_table seems to work, and thus joins will 
 work.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HIVE-6575) select * fails on parquet table with map datatype

2014-03-07 Thread Szehon Ho (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Szehon Ho updated HIVE-6575:


Attachment: HIVE-6575.2.patch

Trimmed whitespace.

 select * fails on parquet table with map datatype
 -

 Key: HIVE-6575
 URL: https://issues.apache.org/jira/browse/HIVE-6575
 Project: Hive
  Issue Type: Bug
  Components: Serializers/Deserializers
Affects Versions: 0.13.0
Reporter: Szehon Ho
Assignee: Szehon Ho
  Labels: parquet
 Attachments: HIVE-6575.2.patch, HIVE-6575.patch


 Create parquet table with map and run select * from parquet_table, returns 
 following exception:
 {noformat}
  FAILED: RuntimeException java.lang.ClassCastException: 
 org.apache.hadoop.hive.ql.io.parquet.serde.DeepParquetHiveMapInspector cannot 
 be cast to 
 org.apache.hadoop.hive.ql.io.parquet.serde.StandardParquetHiveMapInspector
 {noformat}
 However select mapcol from parquet_table seems to work, and thus joins will 
 work.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HIVE-6575) select * fails on parquet table with map datatype

2014-03-06 Thread Szehon Ho (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Szehon Ho updated HIVE-6575:


Priority: Major  (was: Critical)

 select * fails on parquet table with map datatype
 -

 Key: HIVE-6575
 URL: https://issues.apache.org/jira/browse/HIVE-6575
 Project: Hive
  Issue Type: Bug
  Components: Serializers/Deserializers
Affects Versions: 0.13.0
Reporter: Szehon Ho
Assignee: Szehon Ho
  Labels: parquet

 Create parquet table with map and run select * from parquet_table, returns 
 following exception:
 {noformat}
  FAILED: RuntimeException java.lang.ClassCastException: 
 org.apache.hadoop.hive.ql.io.parquet.serde.DeepParquetHiveMapInspector cannot 
 be cast to 
 org.apache.hadoop.hive.ql.io.parquet.serde.StandardParquetHiveMapInspector
 {noformat}
 However select mapcol from parquet_table seems to work, and thus joins will 
 work.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HIVE-6575) select * fails on parquet table with map datatype

2014-03-06 Thread Szehon Ho (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Szehon Ho updated HIVE-6575:


Description: 
Create parquet table with map and run select * from parquet_table, returns 
following exception:

{noformat}
 FAILED: RuntimeException java.lang.ClassCastException: 
org.apache.hadoop.hive.ql.io.parquet.serde.DeepParquetHiveMapInspector cannot 
be cast to 
org.apache.hadoop.hive.ql.io.parquet.serde.StandardParquetHiveMapInspector
{noformat}

However select mapcol from parquet_table seems to work, and thus joins will 
work.

  was:
Create parquet table with map and run select * from parquet_table, returns 
following exception:

{noformat}
 FAILED: RuntimeException java.lang.ClassCastException: 
org.apache.hadoop.hive.ql.io.parquet.serde.DeepParquetHiveMapInspector cannot 
be cast to 
org.apache.hadoop.hive.ql.io.parquet.serde.StandardParquetHiveMapInspector
{noformat}

However select mapcol from parquet_table seems to work.

   Priority: Critical  (was: Major)
 Labels: parquet  (was: )

 select * fails on parquet table with map datatype
 -

 Key: HIVE-6575
 URL: https://issues.apache.org/jira/browse/HIVE-6575
 Project: Hive
  Issue Type: Bug
  Components: Serializers/Deserializers
Affects Versions: 0.13.0
Reporter: Szehon Ho
Assignee: Szehon Ho
Priority: Critical
  Labels: parquet

 Create parquet table with map and run select * from parquet_table, returns 
 following exception:
 {noformat}
  FAILED: RuntimeException java.lang.ClassCastException: 
 org.apache.hadoop.hive.ql.io.parquet.serde.DeepParquetHiveMapInspector cannot 
 be cast to 
 org.apache.hadoop.hive.ql.io.parquet.serde.StandardParquetHiveMapInspector
 {noformat}
 However select mapcol from parquet_table seems to work, and thus joins will 
 work.



--
This message was sent by Atlassian JIRA
(v6.2#6252)