[ 
https://issues.apache.org/jira/browse/HIVE-27094?focusedWorklogId=846331&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-846331
 ]

ASF GitHub Bot logged work on HIVE-27094:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 19/Feb/23 06:56
            Start Date: 19/Feb/23 06:56
    Worklog Time Spent: 10m 
      Work Description: NarekDW commented on PR #4074:
URL: https://github.com/apache/hive/pull/4074#issuecomment-1435909147

   Hi guys, it's my first contribution to the hive and I see that CI fails, but 
seems it is not because of tests or code related issue...
   I see such a log in Jenkins:
   ```
   ...
   [2023-02-18T21:01:35.667Z] waiting for oracle to be available...
   [2023-02-18T21:06:42.458Z] timeout reached before the port went into state 
"inuse"
   script returned exit code 1
   ```
   
   Let me know if something is wrong here, please.




Issue Time Tracking
-------------------

    Worklog Id:     (was: 846331)
    Time Spent: 0.5h  (was: 20m)

> Big numbers support for `conv` function 
> ----------------------------------------
>
>                 Key: HIVE-27094
>                 URL: https://issues.apache.org/jira/browse/HIVE-27094
>             Project: Hive
>          Issue Type: New Feature
>          Components: SQL
>    Affects Versions: 4.0.0
>            Reporter: Narek Karapetian
>            Assignee: Narek Karapetian
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Add support for converting big numbers between different radixes, without an 
> overflow.
> For example such a query:
> {code:java}
> SELECT
>   conv(9223372036854775807, 36, 16),
>   conv(9223372036854775807, 36, -16),
>   conv(-9223372036854775807, 36, 16),
>   conv(-9223372036854775807, 36, -16)
> FROM src tablesample (1 rows); {code}
>  Should give a correct result, like:
> {code:java}
> 12DDAC15F246BAF8C0D551AC7   12DDAC15F246BAF8C0D551AC7  
> D2253EA0DB945073F2AAE539   -12DDAC15F246BAF8C0D551AC7
>  {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to