Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-4290

Order by appears to produce incorrect result for strings with mixed English and Chinese characters

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Duplicate
    • Impala 2.5.0
    • None
    • Backend

    Description

      ORDER BY member_id ASC, chan_type, ords_num result like attachment not correct

      member_id string ,
      cate1_id int64_t,
      chan_type int ,
      ords_num int

      select member_id, cate1_id, chan_type, ords_num from xxxx

      GROUP BY member_id, cate1_id, chan_type ORDER BY member_id ASC, chan_type ASC, ords_num DESC

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              fish0515_impala_49b1 fishing
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: