Skip to content

Commit

Permalink
avoid google.protobuf.service warning from check (#3373)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrk04 authored Sep 6, 2024
1 parent 611e310 commit c58ceda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/test/scripts/check_notebook_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c58ceda

Please sign in to comment.