Re: Insert with dynamic partitioning from an ORC table fails

2015-07-08 Thread Gopal Vijayaraghavan
I'm having a problem in Hive 0.13.0 using INSERT OVERWRITE with dynamic partitioning, selecting from an ORC table to another ORC table (I don't think the target table being ORC is significant). I think for this to be triggered in 0.13, the src and destination have to be ORC tables. Has

Insert with dynamic partitioning from an ORC table fails

2015-07-08 Thread Dave Maughan
Hi All, I'm having a problem in Hive 0.13.0 using INSERT OVERWRITE with dynamic partitioning, selecting from an ORC table to another ORC table (I don't think the target table being ORC is significant). The insert is generating an java.lang.ArrayIndexOutOfBoundsException. Has anyone seen this