We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a5be1 commit 7e6f3efCopy full SHA for 7e6f3ef
1 file changed
tests/integration/test_rest_catalog.py
@@ -66,9 +66,9 @@ def test_create_namespace_if_already_existing(catalog: RestCatalog) -> None:
66
@pytest.mark.integration
67
@pytest.mark.parametrize("catalog", [pytest.lazy_fixture("session_catalog")])
68
def test_create_table_invalid_sort_order(catalog: RestCatalog) -> None:
69
+ from pyiceberg.catalog.rest import Endpoints
70
from pyiceberg.schema import Schema
71
from pyiceberg.types import LongType, NestedField
- from pyiceberg.catalog.rest import Endpoints
72
73
namespace = "default"
74
table_name = "test_invalid_sort_order"
0 commit comments