The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix-cursor-pagination-null-rows has failed.
Run started by GitHub user steveahnahn (triggered by steveahnahn).

Head commit for run:
57f8b5ac0663cabe21cfa4ce095883e5bd933de2 / Steve Ahn 
<[email protected]>
Preserve index usage for nullable-column cursor pagination

The keyset ORDER BY ranked NULLs with a portable CASE expression so NULL
placement was uniform across backends. A computed ORDER BY key cannot use a
B-tree index, so large lists fall back to a full sort. Match each backend's
native NULL placement in the keyset predicate instead and keep the ORDER BY a
bare column, preserving the index; the fix still returns every row exactly once.
EXPLAIN on Postgres confirms an Index Only Scan rather than a Sort.

Report URL: https://github.com/apache/airflow/actions/runs/28337247996

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to