The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix-cassandra-allowlist-docs has succeeded.
Run started by GitHub user XD-DENG (triggered by XD-DENG).

Head commit for run:
8cb9189c30798f6db84d45f5725c2c45c3cd37b1 / Xiaodong DENG <[email protected]>
Revert Cassandra docs to upstream WhiteListRoundRobinPolicy class name

The cassandra-driver library defines the class as
`cassandra.policies.WhiteListRoundRobinPolicy`; it does not export an
`AllowListRoundRobinPolicy` (no class, no alias). The Cassandra hook
correctly imports and matches on `WhiteListRoundRobinPolicy`.

In #46171 the docs were rewritten to say `AllowListRoundRobinPolicy` to
satisfy the `check-for-inclusive-language` pre-commit. The hook code was
not changed (it could not be — the upstream class name is fixed), so any
user following the docs and supplying `"load_balancing_policy":
"AllowListRoundRobinPolicy"` in their connection extras silently fell
through to `RoundRobinPolicy()`, with no warning.

This restores the docs to the actual upstream class name and adds the
docs file to the inclusive-language exclude list, mirroring the
existing exemption for the hook source file. The class name is
upstream's API surface, not Airflow's to rename.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to