[
https://issues.apache.org/jira/browse/HIVE-21283?focusedWorklogId=205881&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-205881
]
ASF GitHub Bot logged work on HIVE-21283:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 28/Feb/19 17:23
Start Date: 28/Feb/19 17:23
Worklog Time Spent: 10m
Work Description: sankarh commented on pull request #540: HIVE-21283
Synonyms for the existing functions
URL: https://github.com/apache/hive/pull/540#discussion_r261300235
##########
File path: ql/src/test/results/clientpositive/udf_substring.q.out
##########
@@ -8,7 +8,7 @@ PREHOOK: type: DESCFUNCTION
POSTHOOK: query: DESCRIBE FUNCTION EXTENDED substring
POSTHOOK: type: DESCFUNCTION
substring(str, pos[, len]) - returns the substring of str that starts at pos
and is of length len orsubstring(bin, pos[, len]) - returns the slice of byte
array that starts at pos and is of length len
-Synonyms: substr
+Synonyms: mid, substr
Review comment:
Add unit tests for mid and position UDFs.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 205881)
Time Spent: 1.5h (was: 1h 20m)
> Create Synonym mid for substr, position for locate
> ----------------------------------------------------
>
> Key: HIVE-21283
> URL: https://issues.apache.org/jira/browse/HIVE-21283
> Project: Hive
> Issue Type: New Feature
> Reporter: Mani M
> Assignee: Mani M
> Priority: Minor
> Labels: UDF, pull-request-available, todoc4.0
> Fix For: 4.0.0
>
> Attachments: HIVE.21283.2.PATCH, HIVE.21283.PATCH
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> Create new synonym for the existing function
>
> Mid for substr
> postiion for locate
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)