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: 4cf032d447184e90285ccf73c6732de63ed46b66 / 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/23186795445 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
