Skip to content

Commit

Permalink
fix No module named pandas
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Vitenko <[email protected]>
  • Loading branch information
t1g0rz committed Dec 10, 2024
1 parent a31f7ee commit 8b5f421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -1146,6 +1146,6 @@ def test_merge_when_wrong_but_castable_type_passed_while_merge(
).when_not_matched_insert_all().execute()

table_schema = pq.read_table(
tmp_path / dt.get_add_actions().to_pandas()["path"].iloc[0]
tmp_path / dt.get_add_actions().column(0)[0].as_py()
).schema
assert table_schema.field("price").type == sample_table["price"].type

0 comments on commit 8b5f421

Please sign in to comment.