pp-akursar

Results 3 comments of pp-akursar

This worked for me (overriding the internal method that provides the tprotocol), provided I'm already performed a kinit: ``` class KerberosHiveMetastoreClient(HiveMetastoreClient): @staticmethod def _init_protocol(host: str, port: int) -> TBinaryProtocol: transport...

I was looking for something comparable to spark's [partitions](https://iceberg.apache.org/docs/latest/spark-queries/#partitions) metadata table, which lets me do something like this SELECT partition, last_updated_snapshot_id, last_updated_at FROM prod.db.table.partitions WHERE partition.foo='bar' to determine if and...

`jdbc.schema-version=V0` workaround gets past initialization, but LIMIT clause elsewhere causes problems ``` UncheckedSQLException: Failed to execute exists query: SELECT table_namespace FROM iceberg_tables WHERE catalog_name = ? AND (table_namespace = ?...