You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "ABHISHEK KUMAR GUPTA (Jira)" <ji...@apache.org> on 2020/02/07 06:12:00 UTC

[jira] [Created] (HIVE-22849) Regex for Hive built in functions giving different result

ABHISHEK KUMAR GUPTA created HIVE-22849:
-------------------------------------------

             Summary: Regex for Hive built in functions giving different result
                 Key: HIVE-22849
                 URL: https://issues.apache.org/jira/browse/HIVE-22849
             Project: Hive
          Issue Type: Bug
    Affects Versions: 3.1.1
         Environment: hive> show functions like 'ad?*';
OK
abs
acos
add_months
aes_decrypt
aes_encrypt
and
array
array_contains
ascii
asin
assert_true
atan
avg
Time taken: 0.005 seconds, Fetched: 13 row(s)
hive> show functions like 'ad*';
OK
add_months
Time taken: 0.005 seconds, Fetched: 1 row(s)
            Reporter: ABHISHEK KUMAR GUPTA






--
This message was sent by Atlassian Jira
(v8.3.4#803005)