Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Jeadie
Copy link
Contributor

@Jeadie Jeadie commented Sep 24, 2025

πŸ“ Summary

  • Now text search in HTTP uses the text_search UDTF, the logic of PostApplyCandidateGeneration is not needed.

@Jeadie Jeadie self-assigned this Sep 24, 2025
@Jeadie Jeadie requested a review from a team as a code owner September 24, 2025 06:45
@github-actions
Copy link
Contributor

github-actions bot commented Sep 24, 2025

βœ… Pull with Spice Passed

Passing checks:

  • βœ… Title meets minimum length requirement (10 characters)
  • βœ… Has at least one of the required labels: kind/refactor, kind/bug, kind/enhancement, kind/documentation, kind/optimization, kind/dependencies, kind/endgame
  • βœ… No banned labels detected
  • βœ… Has at least one assignee: Jeadie

Copy link
Contributor

@peasee peasee left a comment

Choose a reason for hiding this comment

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

πŸ”₯

Copilot AI review requested due to automatic review settings September 24, 2025 23:03
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR removes the PostApplyCandidateGeneration wrapper that was previously used to add filter and projection support to candidate generation methods. The removal is justified by the migration to using the text_search UDTF in HTTP, making this post-processing logic redundant.

  • Completely removes the post_apply.rs file containing PostApplyCandidateGeneration implementation
  • Removes module declaration and imports of the post-apply functionality
  • Simplifies the candidate generation creation to use TextSearchCandidate directly

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
crates/search/src/generation/post_apply.rs Entire file deleted, removing the PostApplyCandidateGeneration implementation and its tests
crates/search/src/generation.rs Removes the post_apply module declaration
crates/runtime/src/search/full_text/mod.rs Removes imports and usage of PostApplyCandidateGeneration, simplifies candidate generation creation

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@Jeadie Jeadie added this pull request to the merge queue Sep 25, 2025
Merged via the queue into trunk with commit 64691c7 Sep 25, 2025
178 of 184 checks passed
@Jeadie Jeadie deleted the jeadie/25-09-24/postapply branch September 25, 2025 07:22
@phillipleblanc phillipleblanc added this to the v1.7.1 milestone Sep 29, 2025
kczimm pushed a commit that referenced this pull request Sep 29, 2025
* Remove 'PostApplyCandidateGeneration'

* clppy

* format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants