This is an automated email from the ASF dual-hosted git repository.

jorisvandenbossche pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new ed47ad22c8 GH-34235: [Python] Correct test marker for join_asof tests 
(#40666)
ed47ad22c8 is described below

commit ed47ad22c8537b32abf27580e75fcf514be11f7e
Author: Joris Van den Bossche <[email protected]>
AuthorDate: Tue Mar 19 13:57:56 2024 +0100

    GH-34235: [Python] Correct test marker for join_asof tests (#40666)
    
    Small follow-up on https://github.com/apache/arrow/pull/34234 fixing the 
marker for a newly added test, fixing the minimal builds
    * GitHub Issue: #34235
    
    Authored-by: Joris Van den Bossche <[email protected]>
    Signed-off-by: Joris Van den Bossche <[email protected]>
---
 python/pyarrow/tests/test_table.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/python/pyarrow/tests/test_table.py 
b/python/pyarrow/tests/test_table.py
index d0a7ccacac..72e8cb73e1 100644
--- a/python/pyarrow/tests/test_table.py
+++ b/python/pyarrow/tests/test_table.py
@@ -2901,6 +2901,7 @@ def test_table_join_asof_by_length_mismatch():
         )
 
 
[email protected]
 def test_table_join_asof_by_type_mismatch():
     t1 = pa.table({
         "colA": [1, 2, 6],
@@ -2922,6 +2923,7 @@ def test_table_join_asof_by_type_mismatch():
         )
 
 
[email protected]
 def test_table_join_asof_on_type_mismatch():
     t1 = pa.table({
         "colA": [1, 2, 6],

Reply via email to