The GitHub Actions job "Tests (AMD)" on airflow.git/fix/rendered-map-index-sort has failed. Run started by GitHub user manipatnam (triggered by manipatnam).
Head commit for run: b898eab4fc006db589ec0f86f2f2218669f0b4fe / AI Assistant <[email protected]> Fix rendered_map_index sort using integer map_index for correct ordering Sorting mapped task instances by rendered_map_index was producing lexicographic order ("0","1","10","11","2") instead of numeric order (0,1,2,...,10,11), and caused a 500 error on cursor pagination when a CASE expression was used in to_replace. Map rendered_map_index to the integer map_index column via a string alias in SortParam.to_replace. This routes ORDER BY through the integer column, fixing both the sort order and cursor pagination. Also adds secondary_sort parameter to SortParam as generic infrastructure for appending tiebreaker columns to ORDER BY. Report URL: https://github.com/apache/airflow/actions/runs/26437809822 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
