Storages: Deprecated libclara for normal build#10325
Storages: Deprecated libclara for normal build#10325ti-chi-bot[bot] merged 3 commits intopingcap:masterfrom
Conversation
Signed-off-by: JaySon-Huang <tshent@qq.com>
Signed-off-by: JaySon-Huang <tshent@qq.com>
|
/run-sanitizer-test asan |
Signed-off-by: JaySon-Huang <tshent@qq.com>
|
/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.
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 |
|
[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 DetailsNeeds 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 DetailsIn 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 <ti-community-prow-bot@tidb.io>
|
@JaySon-Huang: new pull request created to branch DetailsIn 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 <tshent@qq.com> Co-authored-by: JaySon-Huang <tshent@qq.com>
What problem does this PR solve?
Issue Number: close #10324, ref #10080
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