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

Refactor ParquetDenseVectorCollection and added tests #2658

Merged
merged 3 commits into from
Dec 19, 2024

Conversation

zdann15
Copy link
Contributor

@zdann15 zdann15 commented Dec 16, 2024

Reduces memory consumption (issue #2654)

@zdann15 zdann15 changed the title Refactor ParquetDenseVectorCollection Refactor ParquetDenseVectorCollection and added tests Dec 18, 2024
@lintool lintool self-requested a review December 19, 2024 15:46
String id = ids.get(currentIndex);
double[] vector = vectors.get(currentIndex);

// Read each record from the Parquet file
Copy link
Member

Choose a reason for hiding this comment

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

fix indentation

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

Copy link
Member

@lintool lintool left a comment

Choose a reason for hiding this comment

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

minor nit

@lintool lintool self-requested a review December 19, 2024 19:49
@lintool lintool merged commit fb7ff06 into castorini:master Dec 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants