The GitHub Actions job "Tests" on airflow.git/fix/issue-63786 has succeeded. Run started by GitHub user YoannAbriel (triggered by YoannAbriel).
Head commit for run: a51d91691ee951c2e59aa331ae2582701145fb6a / Yoann Abriel <[email protected]> fix: add temporary index on serialized_dag.dag_id for MySQL in migration 0101 The migration 0101 paginates over serialized_dag rows using ORDER BY dag_id, but dag_id has no index. On MySQL with large tables (100K+ rows), this causes a sort buffer overflow ('Out of sort memory' error). Create a temporary index on dag_id before the pagination loop and drop it after completion, in both upgrade and downgrade paths. Closes: #63786 Report URL: https://github.com/apache/airflow/actions/runs/23455266445 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
