Skip to content

Commit

Permalink
remove schema_id
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Mar 9, 2024
1 parent 58b34ca commit 810c3c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/catalog/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,6 @@ def test_commit_table(catalog: InMemoryCatalog) -> None:
NestedField(2, "y", LongType(), doc="comment"),
NestedField(3, "z", LongType()),
NestedField(4, "add", LongType()),
schema_id=1,
)

# When
Expand Down

0 comments on commit 810c3c5

Please sign in to comment.