Re: Read error : Varchar cannot be cast to string

2015-06-19 Thread Devansh Srivastava
: Thursday, June 18, 2015 8:47 PM To: user@hive.apache.org Subject: Re: Read error : Varchar cannot be cast to string Hi, I donĀ¹t think I have the privileges to move an ATLAS JIRA into HIVE. And the pre-commit tests for HIVE do not run for ATLAS issues. If you have access to the JIRA admin

Re: Read error : Varchar cannot be cast to string

2015-06-18 Thread Devansh Srivastava
Gopal, I have raised the bug (ATLAS-27). Thanks, Devansh From: Devansh Srivastava devansh.srivast...@datametica.com Sent: Thursday, June 18, 2015 4:05 PM To: user@hive.apache.org Subject: Re: Read error : Varchar cannot be cast to string Hi Gopal, Yes

Re: Read error : Varchar cannot be cast to string

2015-06-18 Thread Gopal Vijayaraghavan
gop...@apache.org Sent: Wednesday, June 17, 2015 8:20 PM To: user@hive.apache.org Subject: Re: Read error : Varchar cannot be cast to string Hi, Caused by: java.lang.ClassCastException: org.apache.hadoop.hive.common.type.HiveVarchar cannot be cast to java.lang.String

Re: Read error : Varchar cannot be cast to string

2015-06-18 Thread Devansh Srivastava
: Wednesday, June 17, 2015 8:20 PM To: user@hive.apache.org Subject: Re: Read error : Varchar cannot be cast to string Hi, Caused by: java.lang.ClassCastException: org.apache.hadoop.hive.common.type.HiveVarchar cannot be cast to java.lang.String

Read error : Varchar cannot be cast to string

2015-06-17 Thread Devansh Srivastava
Hi, I have one table with VARCHAR and CHAR datatypes. While reading data through hive, I am getting below error :-- Diagnostic Messages for this Task: Error: java.io.IOException: java.io.IOException: java.lang.RuntimeException: java.lang.ClassCastException:

Re: Read error : Varchar cannot be cast to string

2015-06-17 Thread Gopal Vijayaraghavan
Hi, Caused by: java.lang.ClassCastException: org.apache.hadoop.hive.common.type.HiveVarchar cannot be cast to java.lang.String at org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatchCtx.addPartitionCo lsToBatch(VectorizedRowBatchCtx.java:566) Is it a partition column the one marked