Gunther Hagleitner created HIVE-7312:
----------------------------------------
Summary: CBO throws ArrayIndexOutOfBounds
Key: HIVE-7312
URL: https://issues.apache.org/jira/browse/HIVE-7312
Project: Hive
Issue Type: Sub-task
Reporter: Gunther Hagleitner
Running tpcds query 17. Still confirming if col stats are available.
When I turn CBO on (this is just the relevant snipped, the actual exception is
pages long):
Caused by: java.lang.IndexOutOfBoundsException: Index: 24, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:635)
at java.util.ArrayList.get(ArrayList.java:411)
at
org.apache.hadoop.hive.ql.optimizer.optiq.RelOptHiveTable.getColStat(RelOptHiveTable.java:97)
at
org.apache.hadoop.hive.ql.optimizer.optiq.reloperators.HiveTableScanRel.getColStat(HiveTableScanRel.java:73)
at
org.apache.hadoop.hive.ql.optimizer.optiq.stats.HiveRelMdDistinctRowCount.getDistinctRowCount(HiveRelMdDistinctRowCount.java:47)
at
org.apache.hadoop.hive.ql.optimizer.optiq.stats.HiveRelMdDistinctRowCount.getDistinctRowCount(HiveRelMdDistinctRowCount.java:36)
... 272 more
--
This message was sent by Atlassian JIRA
(v6.2#6252)