James Sun
James Sun
Before reviewing, please make sure tests pass especially those checkstyle/unittest ones
@tanjialiang, could you take another look? The merge needs your approval.
- Can we squash the two commits into one? - Also, as @pgupta2 mentioned, please cap the commit title within 72 characters.
There is no harm to keep it around right?
We actually have dependency of this client to fall back from `TIMESTAMP_WITH_TIME_ZONE` to `TIMESTAMP` (or `TIME_WITH_TIME_ZONE` to `TIME`). Deleting these two types could cause regression.
Try something like this ```python import requests_kerberos KRB5_CONFIG = "/etc/krb5-thrift.conf" CA_BUNDLE = "/etc/pki/tls/certs/fb_certs.pem" _auth = KerberosAuthentication( config=KRB5_CONFIG, service_name=COORDINATOR_KRB5_SERVICE_NAME, mutual_authentication=requests_kerberos.DISABLED, ca_bundle=CA_BUNDLE, ) ``` Then make a new connection with `_auth`
Hi, I have the same issue. Has the problem been solved? Seems there is no later version than 1.1.0