Skip to content

Commit 9702752

Browse files
committed
Fix expected message to filter
1 parent 1a14360 commit 9702752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphdatascience/query_runner/arrow_query_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def _run_arrow_property_get(self, graph_name: str, procedure_name: str, configur
286286
warnings.filterwarnings(
287287
"ignore",
288288
category=DeprecationWarning,
289-
message=r"Passing a BlockManager to TopologyDataFrame is deprecated",
289+
message=r"Passing a BlockManager to DataFrame is deprecated",
290290
)
291291

292292
return self._sanitize_arrow_table(arrow_table).to_pandas() # type: ignore

0 commit comments

Comments
 (0)