-
Notifications
You must be signed in to change notification settings - Fork 3.7k
branch-3.1: [enhance](variant) typed_paths_to sparse column #52927
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
branch-3.1: [enhance](variant) typed_paths_to sparse column #52927
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
|
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
commit 1 commit 1 f2 test tmp commit 2 remove unused code fix fix tmp commit fix fix fix commment1 fix comment2 fix fix [fix](inverted index) pick index on fe [fix](variant) fix decimal in sparse column and format code fix fix ut fix license fix p0
38a516d to
5435495
Compare
|
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
regression-test/suites/variant_github_events_index_type_p2/load.groovy
Outdated
Show resolved
Hide resolved
regression-test/suites/variant_github_events_index_type_p2/load.groovy
Outdated
Show resolved
Hide resolved
regression-test/suites/variant_github_events_index_type_p2/load.groovy
Outdated
Show resolved
Hide resolved
regression-test/suites/variant_github_events_new_p0/load.groovy
Outdated
Show resolved
Hide resolved
regression-test/suites/variant_p0/schema_change/schema_change.groovy
Outdated
Show resolved
Hide resolved
|
increment line coverage need 85% |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
TPC-H: Total hot run time: 39755 ms |
TPC-DS: Total hot run time: 197088 ms |
ClickBench: Total hot run time: 31.24 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
…2927) 1. support when the sub-columns in the specified variant are of a fixed type, these sub-columns can be included in sparse columns. 2. add many cases and ut
…2927) 1. support when the sub-columns in the specified variant are of a fixed type, these sub-columns can be included in sparse columns. 2. add many cases and ut branch-3.1: [fix](variant type) fix add variant column, index (apache#53092) [fix](variant) Fix metadata compatibility for FE (apache#53748) - In version 3.1, we used 'VariantType', which inherits from 'ScalarType', as the metadata storage for newly created variants, differing from the previously used 'ScalarType'. - To ensure compatibility with previous metadata, convert 'VariantType' to 'ScalarType' before use. fix [fix](variant) fix array contains null fix case fix
What problem does this PR solve?
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)