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

UDFToString bug

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Invalid
    • None
    • None
    • Query Processor
    • None

    Description

      execute a query like below,

      select cast('my string' as string) from pokes;
      

      you will get the result:

      NULL
      NULL
      ...
      

      the reason is UDFToString hasn't an evaluate method acceptes Text or BytesWritable argument.

      Attachments

        1. HIVE-513.patch
          0.4 kB
          Min Zhou

        Activity

          People

            coderplay Min Zhou
            coderplay Min Zhou
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: