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

add http_api_test #1009

Merged
merged 45 commits into from
Apr 16, 2024
Merged

add http_api_test #1009

merged 45 commits into from
Apr 16, 2024

Conversation

TiNnNnnn
Copy link
Contributor

@TiNnNnnn TiNnNnnn commented Apr 15, 2024

What problem does this PR solve?

add http_api_test

Issue link:#779

Type of change

  • Test cases

@TiNnNnnn TiNnNnnn added the ci PR can be test label Apr 15, 2024
@chrysanthemum-boy chrysanthemum-boy force-pushed the main branch 2 times, most recently from 38a522e to 2d8635d Compare April 16, 2024 03:33
@@ -55,7 +55,8 @@ void HTTPSearch::Process(Infinity *infinity_ptr,
FusionExpr *fusion_expr{nullptr};
KnnExpr *knn_expr{nullptr};
MatchExpr *match_expr{nullptr};
SearchExpr *search_expr = new SearchExpr();
// SearchExpr *search_expr = new SearchExpr();
SearchExpr *search_expr(nullptr);
Copy link
Contributor

Choose a reason for hiding this comment

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

SearchExpr *search_expr{nullptr};

@JinHai-CN JinHai-CN merged commit 1d3a04c into infiniflow:main Apr 16, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci PR can be test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants