Skip to content

Commit

Permalink
apacheGH-34235: [Python] Correct test marker for join_asof tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Mar 19, 2024
1 parent 6c06b37 commit 7f03b2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/pyarrow/tests/test_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -2901,6 +2901,7 @@ def test_table_join_asof_by_length_mismatch():
)


@pytest.mark.dataset
def test_table_join_asof_by_type_mismatch():
t1 = pa.table({
"colA": [1, 2, 6],
Expand All @@ -2922,6 +2923,7 @@ def test_table_join_asof_by_type_mismatch():
)


@pytest.mark.dataset
def test_table_join_asof_on_type_mismatch():
t1 = pa.table({
"colA": [1, 2, 6],
Expand Down

0 comments on commit 7f03b2b

Please sign in to comment.