Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-22849

Regex for Hive built in functions giving different result

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 3.1.1
    • None
    • SQL
    • None

    Description

      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)

      Attachments

        Activity

          People

            Unassigned Unassigned
            abhishek.akg ABHISHEK KUMAR GUPTA
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: