[
https://issues.apache.org/jira/browse/HIVE-26573?focusedWorklogId=818980&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-818980
]
ASF GitHub Bot logged work on HIVE-26573:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 21/Oct/22 00:40
Start Date: 21/Oct/22 00:40
Worklog Time Spent: 10m
Work Description: pudidic merged PR #3630:
URL: https://github.com/apache/hive/pull/3630
Issue Time Tracking
-------------------
Worklog Id: (was: 818980)
Time Spent: 1h (was: 50m)
> ClassCastException error on window function
> -------------------------------------------
>
> Key: HIVE-26573
> URL: https://issues.apache.org/jira/browse/HIVE-26573
> Project: Hive
> Issue Type: Bug
> Components: HiveServer2
> Reporter: Steve Carlin
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h
> Remaining Estimate: 0h
>
> 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
--
This message was sent by Atlassian Jira
(v8.20.10#820010)