From c58ceda2e394f532c308d3fe0b29c0079f53b72e Mon Sep 17 00:00:00 2001 From: Rahul Kumar <74648335+iamrk04@users.noreply.github.com> Date: Fri, 6 Sep 2024 14:25:52 +0530 Subject: [PATCH] avoid google.protobuf.service warning from check (#3373) --- .github/test/scripts/check_notebook_output.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/test/scripts/check_notebook_output.py b/.github/test/scripts/check_notebook_output.py index 0e2c5cae10..e5ba49abe7 100644 --- a/.github/test/scripts/check_notebook_output.py +++ b/.github/test/scripts/check_notebook_output.py @@ -77,6 +77,10 @@ "Detected ", "FutureWarning: promote has been superseded by mode", "dataframe_reader.complete_incoming_dataframe", + ( + "google.protobuf.service module is deprecated. RPC implementations should provide code generator plugins " + "which generate code specific to the RPC implementation. service.py will be removed in Jan 2025" + ), ] with open(full_name, "r") as notebook_file: