From 639bfff20c4023bf341c117c62cde81a6ea1c657 Mon Sep 17 00:00:00 2001 From: Dane Pitkin Date: Fri, 15 Mar 2024 11:18:59 -0400 Subject: [PATCH] Typo in comment --- python/pyarrow/src/arrow/python/arrow_to_pandas.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyarrow/src/arrow/python/arrow_to_pandas.cc b/python/pyarrow/src/arrow/python/arrow_to_pandas.cc index 76e4b1e27f53c..7b1db7ef05662 100644 --- a/python/pyarrow/src/arrow/python/arrow_to_pandas.cc +++ b/python/pyarrow/src/arrow/python/arrow_to_pandas.cc @@ -830,7 +830,7 @@ enable_if_list_like ConvertListsLike(PandasOptions options, return Status::OK(); } -// TODO GH-40579: optimize ListView conversion to avoid unecessary copies +// TODO GH-40579: optimize ListView conversion to avoid unnecessary copies template enable_if_list_view ConvertListsLike(PandasOptions options, const ChunkedArray& data,