forked from databendlabs/databend
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1.2.307 hotfix 20240624 #22
Open
yufan022
wants to merge
21
commits into
1.2.307-hotfix-20240614
Choose a base branch
from
1.2.307-hotfix-20240624
base: 1.2.307-hotfix-20240614
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* chore(executor): add unit for profile statistics * chore(executor): add unit for profile statistics
* first commit * little profile * refactor probe_and_create * improve agg_final * inital * merge main and refactor stringColumn * clear ht and reset count * refactor * init capacity by threads * fmt * test * update * remove print * fix check --------- Co-authored-by: jw <freejw@gmail.com> Co-authored-by: sundy-li <543950155@qq.com> (cherry picked from commit 2d81588)
…14523) * fix(executor): fix some display name for profile plans * fix(executor): fix some display name for profile plans * fix(executor): fix some display name for profile plans * fix(executor): fix some display name for profile plans * fix(executor): fix some display name for profile plans (cherry picked from commit e78d7f8)
…ashtable `. (databendlabs#14544) * test-perf * fix * fix * fix * fix decimal * fix decimal * fix decimal * revert settings (cherry picked from commit 3340c38)
…atabendlabs#14681) * chore: add graph information to prepare adding points Signed-off-by: Liuqing Yue <dqhl76@gmail.com> * fix: unit test Signed-off-by: Liuqing Yue <dqhl76@gmail.com> * chore: clean Signed-off-by: Liuqing Yue <dqhl76@gmail.com> --------- Signed-off-by: Liuqing Yue <dqhl76@gmail.com> (cherry picked from commit 78d0de4)
… across queries (databendlabs#14770) * refactor: split two executors and queues * chore: add license * fix: missing header * refactor: apply review suggestions from last PR * fix: remove unused function --------- Co-authored-by: Winter Zhang <coswde@gmail.com> (cherry picked from commit ff1dcbb)
… singleton and support new_agg_hashtable on cluster (databendlabs#14798) * refactor new_agg_hashtable * test * test * fmt * test * test * test * format explain --------- Co-authored-by: jw <freejw@gmail.com> (cherry picked from commit f04c367)
* test * test * finish singleton spill * cluster spill * Update src/query/service/src/pipelines/processors/transforms/aggregator/aggregate_meta.rs Co-authored-by: Winter Zhang <coswde@gmail.com> * add Result<> for func return type * fix bug * fix decimal bug * remove output columns(AggregatePartial) to pass ci * revert set --------- Co-authored-by: jw <freejw@gmail.com> Co-authored-by: Winter Zhang <coswde@gmail.com> (cherry picked from commit 31e9ad0)
* chore: group limit optimizer in new hashtable * chore: group limit optimizer in new hashtable * chore: group limit optimizer in new hashtable (cherry picked from commit c485db6)
* fix agg spill * fix agg spill --------- Co-authored-by: jw <freejw@gmail.com> (cherry picked from commit 7171319)
* chore: improve group * reduce serializer overhead * reduce serializer overhead * add limit optimize * fix exchange bug * fix exchange bug * fix exchange bug * fix exchange bug * fix exchange bug * update * update (cherry picked from commit bcee197)
…tion hashtable (databendlabs#15093) * finish new transform partition bucket for singleton * support for cluster * fix new transform partition bucket * revert * fix cluster spill bug * remove code * fix logic shortcirt bug * fix logic shortcirt bug * refactor block_number * fix block_number * fix spill hang by avoid sending empty block --------- Co-authored-by: jw <freejw@gmail.com> Co-authored-by: sundy-li <543950155@qq.com> (cherry picked from commit f8494c8)
…abendlabs#15140) * test * fix single input on singleton * add distinct combinator * revert * add sqllogical tests --------- Co-authored-by: jw <freejw@gmail.com> (cherry picked from commit e402065)
* fix hits-q18-perf * turn on new agg hashtable * rewrite sqllogical test * fix sqllogical test --------- Co-authored-by: jw <freejw@gmail.com> (cherry picked from commit 7e9b835)
…ion count in new agg singleton (databendlabs#15418) * fix new agg bucket error in singleton * fix --------- Co-authored-by: jw <freejw@gmail.com> (cherry picked from commit 4e2227c)
* fix(query): decimal div overflow * fix(query): decimal div overflow * fix(query): decimal div overflow (cherry picked from commit b256d3d)
* fix(query): privilege type forward compat 1. add ci test forward compat test(now only test rbac) 2. UserPrivilegeType and ShareGrantObjectPrivilege deserialize use from_bits_truncate * run_test contain forward and backward
fix(query): privilege type forward compat (databendlabs#14501)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/
Summary
Tests
Type of change