IMPALA-12149: Adds additional checks to ensure connection arguments that are applicable to username/password auth and JWT auth are not mixed together on the same call to the connect method.
These additional checks prevent confusion about which authentication method is actually used for the connection.
IMPALA-12149: Adds additional checks to ensure connection arguments that are applicable to username/password auth and JWT auth are not mixed together on the same call to the connect method.
These additional checks prevent confusion about which authentication method is actually used for the connection.
New tests were added to cover the new checks.