From d20a356328cdd2d0253e56c43960e400d7c243c0 Mon Sep 17 00:00:00 2001 From: Alenka Frim Date: Tue, 22 Nov 2022 06:05:12 +0100 Subject: [PATCH] Change warnings to _warnings in pyarrow/__init__.py for _plasma_store_entry_point --- python/pyarrow/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyarrow/__init__.py b/python/pyarrow/__init__.py index bcb6b30e715..86dc5fbdfae 100644 --- a/python/pyarrow/__init__.py +++ b/python/pyarrow/__init__.py @@ -352,7 +352,7 @@ def _plasma_store_entry_point(): .. deprecated:: 10.0.0 Plasma is deprecated since Arrow 10.0.0. It will be removed in 12.0.0 or so. """ - warnings.warn( + _warnings.warn( "Plasma is deprecated since Arrow 10.0.0. It will be removed in 12.0.0 or so.", DeprecationWarning)