Skip to content

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

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open

HNSW poc #3516

wants to merge 30 commits into from

Conversation

normen662
Copy link
Contributor

No description provided.

* @return a {@link String} containing the hexadecimal representation of the byte array passed in
*/
@Nonnull
static String bytesToHex(byte[] bytes) {
Copy link
Collaborator

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
Copy link
Collaborator

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";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why? What was broken?

Copy link
Contributor Author

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants