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
Attachments
Issue Links
- is blocked by
-
IMPALA-4436 StringValue::StringCompare bug for non-ascii string
- Resolved
- is related to
-
IMPALA-2019 Proper UTF-8 support in string functions
- Resolved