Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unrelated changes
  • Loading branch information
Fokko committed Apr 4, 2024
commit 4d06c598a1baf3f9fe4f6acd1c625befa378d6a5
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2041,7 +2041,7 @@ def pa_schema() -> "pa.Schema":

@pytest.fixture(scope="session")
def arrow_table_with_null(pa_schema: "pa.Schema") -> "pa.Table":
"""Pyarrow table with all kinds of columns."""
import pyarrow as pa

"""Pyarrow table with all kinds of columns."""
return pa.Table.from_pydict(TEST_DATA_WITH_NULL, schema=pa_schema)