The GitHub Actions job "Tests" on airflow.git/fix/issue-62338 has failed.
Run started by GitHub user YoannAbriel (triggered by YoannAbriel).

Head commit for run:
8ae280283415ebd317c0c5b614cef73cfc20ac59 / Yoann Abriel <[email protected]>
fix: pass through user-provided password in HiveServer2Hook regardless of auth 
mechanism

Previously, HiveServer2Hook.get_conn() only set the password when
auth_mechanism was LDAP, CUSTOM, or PLAIN. For all other auth modes
(including the default NONE), user-provided passwords were silently
dropped and pyhive would default to sending 'x' as the password.

Now the password is passed through whenever the user has explicitly
set one in the connection, regardless of the configured auth mechanism.

Fixes apache/airflow#62338

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

With regards,
GitHub Actions via GitBox


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

Reply via email to