Skip to content

chore: Removed a redundant type in cmd/migrate_from_qdrant.go#200

Merged
Anush008 merged 1 commit intomainfrom
removed-pointidkey
Jan 9, 2026
Merged

chore: Removed a redundant type in cmd/migrate_from_qdrant.go#200
Anush008 merged 1 commit intomainfrom
removed-pointidkey

Conversation

@Anush008
Copy link
Copy Markdown
Member

@Anush008 Anush008 commented Jan 8, 2026

Description

In parallel Qdrant → Qdrant migration, we used an intermediate pointIDKey struct to compare point IDs when processing ranges. This extra type isn't necessary. We can compare *qdrant.PointId values directly with a simple helper function.

Signed-off-by: Anush008 <mail@anush.sh>
@Anush008 Anush008 requested a review from a team as a code owner January 8, 2026 08:12
@Anush008 Anush008 force-pushed the removed-pointidkey branch from f83b645 to 0027ea7 Compare January 8, 2026 08:21
@Anush008 Anush008 merged commit 62ab973 into main Jan 9, 2026
4 of 5 checks passed
@Anush008 Anush008 deleted the removed-pointidkey branch January 9, 2026 18:12
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