Skip to content

Commit

Permalink
apacheGH-34235: [Python] Correct test marker for join_asof tests (apa…
Browse files Browse the repository at this point in the history
…che#40666)

Small follow-up on apache#34234 fixing the marker for a newly added test, fixing the minimal builds
* GitHub Issue: apache#34235

Authored-by: Joris Van den Bossche <[email protected]>
Signed-off-by: Joris Van den Bossche <[email protected]>
  • Loading branch information
jorisvandenbossche authored Mar 19, 2024
1 parent a364e4a commit ed47ad2
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 ed47ad2

Please sign in to comment.