-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[feat](test) add fe ut for bf index create table #44973
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
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
|
run buildall |
TPC-H: Total hot run time: 40023 ms |
TPC-DS: Total hot run time: 197861 ms |
ClickBench: Total hot run time: 32.45 s |
|
run buildall |
TPC-H: Total hot run time: 40406 ms |
TPC-DS: Total hot run time: 197846 ms |
ClickBench: Total hot run time: 33.44 s |
|
run buildall |
TPC-H: Total hot run time: 39816 ms |
TPC-DS: Total hot run time: 196285 ms |
ClickBench: Total hot run time: 32.89 s |
eldenmoon
left a comment
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
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
| throw new AnalysisException("invalid ngram properties:" + e.getMessage(), e); | ||
| } | ||
|
|
||
| parseAndValidateProperty(properties, NGRAM_SIZE_KEY, MIN_NGRAM_SIZE, MAX_NGRAM_SIZE); |
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.
need to modify IndexDefinition.java
qidaye
left a comment
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
Problem Summary: 1. Fix wrong gram_size 256 for ngram bf index DDL. 2. Enhance bloom_filter_columns empty properties prcocessing in bf index DDL. 3. Add FE UT for ngram and bf index DDL.
Problem Summary: 1. Fix wrong gram_size 256 for ngram bf index DDL. 2. Enhance bloom_filter_columns empty properties prcocessing in bf index DDL. 3. Add FE UT for ngram and bf index DDL.
Problem Summary: 1. Fix wrong gram_size 256 for ngram bf index DDL. 2. Enhance bloom_filter_columns empty properties prcocessing in bf index DDL. 3. Add FE UT for ngram and bf index DDL.
…tion check (apache#45780) Related PR: apache#44973 Problem Summary: Need to check ngram bf index properties in index definition for nereids.
…tion check (apache#45780) Related PR: apache#44973 Problem Summary: Need to check ngram bf index properties in index definition for nereids.
Problem Summary: 1. Fix wrong gram_size 256 for ngram bf index DDL. 2. Enhance bloom_filter_columns empty properties prcocessing in bf index DDL. 3. Add FE UT for ngram and bf index DDL.
…tion check (apache#45780) Related PR: apache#44973 Problem Summary: Need to check ngram bf index properties in index definition for nereids.
Problem Summary: 1. Fix wrong gram_size 256 for ngram bf index DDL. 2. Enhance bloom_filter_columns empty properties prcocessing in bf index DDL. 3. Add FE UT for ngram and bf index DDL.
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)