Add impersonation support for calls to the Hive metastore. This can be enabled using the
hive.metastore.thrift.impersonation.enabled configuration property. (#43)
Add separate configuration property hive.hdfs.socks-proxy for accessing HDFS via a
SOCKS proxy. Previously, it was controlled with the hive.metastore.thrift.client.socks-proxy
configuration property. (#1469)
Add mysql.jdbc.use-information-schema configuration property to control whether
the MySQL JDBC driver should use the MySQL information_schema to answer metadata
queries. This may be helpful when diagnosing problems. (#1598)
Add support for reading PostgreSQL system tables, e.g., pg_catalog relations.
The functionality is disabled by default and can be enabled using the
postgresql.include-system-tables configuration property. (#1527)