The GitHub Actions job "Required - Check" on shardingsphere.git/dev has failed.
Run started by GitHub user terrymanu (triggered by terrymanu).

Head commit for run:
9f19c7b0b79d0fdee562226f0c735f926ce57bb4 / zhangliang <[email protected]>
Fix isSameGroupByAndOrderByItems to ignore order direction for group by and 
order by items

Judge group by and order by item sameness by select item identity, which is
the resolved projection index or the segment text or column index, instead of
the direction-sensitive OrderByItem equality. This keeps pagination rewrite
using the original row count and group by stream merge eligible for queries
like GROUP BY a, b ORDER BY a DESC, b DESC, and closes the latent wrong-result
path where unresolved rewrite-time indexes made GROUP BY a ORDER BY SUM(c) ASC
keep the per-shard limit.

Fixes #23014

Report URL: https://github.com/apache/shardingsphere/actions/runs/32627674809

With regards,
GitHub Actions via GitBox

Reply via email to