-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Improve the robustness of code #4170
Conversation
@@ -439,6 +439,11 @@ def get_graph_schema( | |||
self, | |||
graph_id: Annotated[StrictStr, Field(description="The id of graph to get")], | |||
) -> Result[GetGraphSchemaResponse]: | |||
#Get the schema of a specified graph. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Follow the existing comment style.
.../grape-jdk/src/main/java/com/alibaba/graphscope/serialization/FFIByteVectorOutputStream.java
Outdated
Show resolved
Hide resolved
...l_engine/java/grape-graphx/src/main/java/com/alibaba/graphscope/utils/PythonInterpreter.java
Outdated
Show resolved
Hide resolved
...l_engine/java/grape-graphx/src/main/java/com/alibaba/graphscope/utils/PythonInterpreter.java
Show resolved
Hide resolved
fbee9f2
to
83de613
Compare
14f4920
to
7678707
Compare
063aec8
to
8c365aa
Compare
Please check the preview of the documentation changes at |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Increase code robustness by making try-catch snippets of code that may cause resource leaks, and fixing some details. Code optimization through the use of TONGYI LINGMA.
What do these changes do?
Increase code robustness by making try-catch snippets of code that may cause resource leaks, and fixing some details.
Code optimization through the use of TONGYI LINGMA.
Related issue number
Fixes