Hi all,
     I test the  query "SELECT a, c FROM MyTable ORDER BY a DESC, a DESC".
And the collation of LogicalSort is "[0 DESC, 0 DESC]" , thus it will sort
by the repeater fields. I think the calcite should
removal the repeated fields, make the LogicalSort whose collation is "[0
DESC]" be more reasonable.
-- 

Regards

John Fang

Reply via email to