The GitHub Actions job "Tests (AMD)" on airflow.git/parameterize-hive-stats-sql 
has failed.
Run started by GitHub user Har1sh-k (triggered by eladkal).

Head commit for run:
cfc9ebdbf1a0e95e42b6b753ceef4cb04ccb7199 / Harish Kolla <[email protected]>
Preserve caller-quoted identifiers in HiveStatsCollectionOperator

An identifier the caller already double-quoted (e.g. "weird-col") was
re-escaped into """weird-col""", breaking the Presto stats query for users
who quoted identifiers themselves. Recognize a well-formed double-quoted
identifier and pass it through unchanged; anything else is still
double-quoted with embedded quotes doubled, so injection payloads stay
inert as a single identifier.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to