Skip to content
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

[minor] Some Chinese characters in code comment #23

Closed
whitewum opened this issue Sep 6, 2022 · 1 comment
Closed

[minor] Some Chinese characters in code comment #23

whitewum opened this issue Sep 6, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@whitewum
Copy link

whitewum commented Sep 6, 2022

grep -P '[\p{Han}]' src/* -R
src/client/java/TuGraphRpcClient/rpc-client/src/main/java/com/alipay/tugraph/TuGraphService.java:     * serviceName默
认是包名 + 类名,methodName是proto文件Service内对应方法名,
src/client/java/TuGraphRpcClient/rpc-client/src/main/java/com/alipay/tugraph/TuGraphService.java:     * serviceName默
认是类名,不需要加包名,methodName是proto文件Service内对应方法index,默认从0开始。
src/cypher/arithmetic/arithmetic_expression.cpp:            // 将children都分别进行evaluate操作,并且添加到input进行
输出
src/cypher/execution_plan/execution_plan.cpp:        // 符号表中没有type为argument的
@ljcui
Copy link
Collaborator

ljcui commented Sep 6, 2022

Thanks for your tips, these chinese comments will be removed.

@qishipengqsp qishipengqsp added the bug Something isn't working label Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants