We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b09514 commit 8875868Copy full SHA for 8875868
tests/table/test_init.py
@@ -686,7 +686,6 @@ def test_update_list_and_map_in_single_schema_change(table_v2: Table) -> None:
686
687
def test_update_nested_list_in_struct_required(table_v2: Table) -> None:
688
"""Test updating nested list element required property inside a struct."""
689
- from pyiceberg.types import DoubleType, StructType
690
691
# Add a struct column containing a list
692
update = UpdateSchema(transaction=table_v2.transaction())
0 commit comments