We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f81fe8 commit 4bc8189Copy full SHA for 4bc8189
1 file changed
tests/integration/test_reads.py
@@ -129,8 +129,7 @@ def test_hive_properties(catalog: HiveCatalog) -> None:
129
table.transaction().remove_properties("abc").commit_transaction()
130
131
with hive_client as open_client:
132
- hive_table = open_client.get_table(*TABLE_NAME)
133
- catalog._get_hive_table(open_client, dbname="default", tbl_name="t1")
+ hive_table = catalog._get_hive_table(open_client, dbname="default", tbl_name="t1")
134
assert hive_table.parameters.get("abc") is None
135
136
0 commit comments