-
Notifications
You must be signed in to change notification settings - Fork 111
HNSW poc #3516
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
base: main
Are you sure you want to change the base?
HNSW poc #3516
Conversation
* @return a {@link String} containing the hexadecimal representation of the byte array passed in | ||
*/ | ||
@Nonnull | ||
static String bytesToHex(byte[] bytes) { |
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 this be shared with the NodeHelpers
one?
@@ -1,5 +1,5 @@ | |||
/* | |||
* NodeHelpers.java | |||
* HNSWHelpers.java |
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.
Looks like an accident.
@@ -24,7 +24,7 @@ package com.apple.foundationdb.record.evolution.fieldtypechange; | |||
option java_package = "com.apple.foundationdb.record.evolution"; | |||
option java_outer_classname = "TestFieldTypeChangeProto"; | |||
|
|||
import "record_metadata_options.proto"; | |||
//import "record_metadata_options.proto"; |
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.
Why? What was broken?
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.
Not sure what happened. I changed something somewhere in a test proto file and suddenly got all these warnings about unnecessary imports. And since we run everything in -Werror
...
No description provided.