From d2dccaebf1bcf4498dc5e7cda6863f36df12d5ef Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Fri, 14 Jul 2023 17:07:10 +0900 Subject: [PATCH] Add missing pytest.mark.acero --- 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 457734bb733..61cfb1af587 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" +@pytest.mark.acero def test_invalid_non_join_column(): NUM_ITEMS = 30 t1 = pa.Table.from_pydict({