-
Notifications
You must be signed in to change notification settings - Fork 415
Storages: Deprecated libclara for normal build #10325
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
Conversation
Signed-off-by: JaySon-Huang <[email protected]>
Signed-off-by: JaySon-Huang <[email protected]>
/run-sanitizer-test asan |
Signed-off-by: JaySon-Huang <[email protected]>
/run-sanitizer-test asan |
#if ENABLE_CLARA | ||
FTSQueryInfoPtr fts_query_info = nullptr; | ||
if (dag_query->fts_query_info.query_type() != tipb::FTSQueryType::FTSQueryTypeInvalid) | ||
fts_query_info = std::make_shared<tipb::FTSQueryInfo>(dag_query->fts_query_info); | ||
#else | ||
if (dag_query->fts_query_info.query_type() != tipb::FTSQueryType::FTSQueryTypeInvalid) | ||
throw Exception("FTS query is not supported", ErrorCodes::NOT_IMPLEMENTED); | ||
#endif |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Throw exception when receive FTS query
/test pull-unit-next-gen |
/test pull-integration-next-gen |
/run-sanitizer-test tsan |
/hold wait for the build tests. |
buildings are passed on linux amd64 and arm64 platforms. /unhold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CalvinNeo, Lloyd-Pottiger The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
/cherry-pick release-nextgen-20250815 |
/cherry-pick release-9.0-beta.2 |
@JaySon-Huang: new pull request created to branch In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
Signed-off-by: ti-chi-bot <[email protected]>
@JaySon-Huang: new pull request created to branch In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
close #10324 Storages: Deprecated libclara for normal build * Add `ENABLE_CLARA` and disable it by default in normal build * Exclude the files under `dbms/src/Storages/DeltaMerge/Index/FullTextIndex` when `ENABLE_CLARA` is disabled Signed-off-by: JaySon-Huang <[email protected]> Co-authored-by: JaySon-Huang <[email protected]>
What problem does this PR solve?
Issue Number: close #10324
Problem Summary:
What is changed and how it works?
Check List
Tests
Both debug and release build in local env is success
Side effects
Documentation
Release note