sankarh commented on a change in 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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to