From 38c1a04817ffa20e3baef1ed6312d7cf6501fc68 Mon Sep 17 00:00:00 2001 From: Junming Chen Date: Thu, 21 Sep 2023 00:30:19 +0800 Subject: [PATCH] python expression --- python/pyarrow/_compute.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyarrow/_compute.pyx b/python/pyarrow/_compute.pyx index bc1f5aa8ac16b..f552f1c9f4cb1 100644 --- a/python/pyarrow/_compute.pyx +++ b/python/pyarrow/_compute.pyx @@ -2325,7 +2325,7 @@ cdef class Expression(_Weakrefable): 1, 2, 3 - ], skip_nulls=0, null_matching_behavior=MATCH})> + ], null_matching_behavior=MATCH})> """ def __init__(self):