Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
The following query from the tpcds dataset is throwing an exception:
select
SUM (i_current_price)
OVER (ORDER BY i_item_sk) running_total
from item
limit 10
with the error
E Caused by: java.lang.ClassCastException: org.apache.hadoop.hive.ql.exec.vector.Decimal64ColumnVector cannot be cast to org.apache.hadoop.hive.ql.exec.vector.DecimalColumnVector
Attachments
Issue Links
- links to