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

raulcd 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 cf558cc9be GH-36680: [Python] Add missing pytest.mark.acero (#36683)
cf558cc9be is described below

commit cf558cc9be5ef354cfd00bf990c0933f4c24fa98
Author: Sutou Kouhei <[email protected]>
AuthorDate: Fri Jul 14 19:10:26 2023 +0900

    GH-36680: [Python] Add missing pytest.mark.acero (#36683)
    
    ### Rationale for this change
    
    `test_invalid_non_join_column` depends on Acero.
    
    ### What changes are included in this PR?
    
    Add `@ pytest.mark.acero`.
    
    ### Are these changes tested?
    
    Yes.
    
    ### Are there any user-facing changes?
    
    No.
    * Closes: #36680
    
    Authored-by: Sutou Kouhei <[email protected]>
    Signed-off-by: Raúl Cumplido <[email protected]>
---
 python/pyarrow/tests/test_table.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/pyarrow/tests/test_table.py 
b/python/pyarrow/tests/test_table.py
index 457734bb73..61cfb1af58 100644
--- a/python/pyarrow/tests/test_table.py
+++ b/python/pyarrow/tests/test_table.py
@@ -2424,6 +2424,7 @@ def test_numpy_asarray(constructor):
     assert result.dtype == "int32"
 
 
[email protected]
 def test_invalid_non_join_column():
     NUM_ITEMS = 30
     t1 = pa.Table.from_pydict({

Reply via email to