[
https://issues.apache.org/jira/browse/HIVE-22515?focusedWorklogId=377977&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-377977
]
ASF GitHub Bot logged work on HIVE-22515:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 28/Jan/20 01:28
Start Date: 28/Jan/20 01:28
Worklog Time Spent: 10m
Work Description: ramesh0201 commented on issue #880: HIVE-22515 Support
cast to decimal64 in Vectorization
URL: https://github.com/apache/hive/pull/880#issuecomment-579036627
Whenever we have an expression like `long column <compare/arithmetic
operator> decimal column`, we always cast long to decimal even if the decimal
column can be represented as decimal64. This prevents us from using Deicmal64
class of operations that will be faster than the equivalent Decimal class of
operations. This Jira will implements cast from long to decimal64 that can help
in more optimizations in the decimal64 operations.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 377977)
Time Spent: 1h 10m (was: 1h)
> Support cast to decimal64 in Vectorization
> ------------------------------------------
>
> Key: HIVE-22515
> URL: https://issues.apache.org/jira/browse/HIVE-22515
> Project: Hive
> Issue Type: Bug
> Reporter: Ramesh Kumar Thangarajan
> Assignee: Ramesh Kumar Thangarajan
> Priority: Major
> Labels: pull-request-available
> Attachments: HIVE-22515.5.patch, HIVE-22515.8.patch,
> HIVE-22515.9.patch
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Support cast to decimal64 in Vectorization
--
This message was sent by Atlassian Jira
(v8.3.4#803005)