-
Notifications
You must be signed in to change notification settings - Fork 93
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
chore: followup checkstyle check #601
base: master
Are you sure you want to change the base?
Conversation
Due to the lack of activity, the current pr is marked as stale and will be closed after 180 days, any update will remove the stale label |
Due to the lack of activity, the current pr is marked as stale and will be closed after 180 days, any update will remove the stale label |
@@ -49,12 +49,12 @@ public HBaseSerializer(HugeClient client, int vertexPartitions, int edgePartitio | |||
|
|||
public byte[] getKeyBytes(GraphElement e) { | |||
byte[] array = null; | |||
if (e.type() == "vertex" && e.id() != null) { | |||
if ("vertex".equals(e.type()) && e.id() != null) { |
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.
can we define a const var for it?
Due to the lack of activity, the current pr is marked as stale and will be closed after 180 days, any update will remove the stale label |
Purpose of the PR
Main Changes
Verifying these changes
Does this PR potentially affect the following parts?
Documentation Status
Doc - TODO
Doc - Done
Doc - No Need