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

GenericUDFUtils.findText use CharBuffer other than ByteBuffer will be better

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.8.0, 0.9.0
    • None
    • UDF
    • Linux zongren-VirtualBox 3.0.0-14-generic #23-Ubuntu SMP Mon Nov 21 20:34:47 UTC 2011 i686 i686 i386 GNU/Linux

      java version "1.6.0_25"

      hadoop-0.20.2-cdh3u0

      hive-0.7.0-cdh3u0

    • Reviewed
    • change ByteBuffer to CharBuffer in GenericUDFUtil.findText

    Description

      select instr("中文字符测试-第一行","-") from testTable limit 1;
      result:19 (one Chinese Character was considered as 3 Unicode bits)

      select substr("中文字符测试-第一行",1,2) from testTable limit 1;
      result: "中文" (one Chinese Character was considered as 1 Unicode Unit )

      instr should considered one chinese character as one Unicode Unit too.

      Attachments

        1. HIVE-2722.patch
          1 kB
          caofangkun
        2. udf_instr_1.q
          1 kB
          caofangkun

        Activity

          People

            rmsmani@gmail.com Mani M
            caofangkun caofangkun
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 1h
                1h
                Remaining:
                Remaining Estimate - 1h
                1h
                Logged:
                Time Spent - Not Specified
                Not Specified