Skip to content
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

Planner: Support common physical plans #5143

Merged
Merged
Changes from 1 commit
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
d987c89
introd physical plan
SeaRise Apr 25, 2022
e24489a
add source
SeaRise Apr 25, 2022
99c6a74
fix
SeaRise Apr 25, 2022
c6363c8
fix
SeaRise Apr 25, 2022
bb44d1f
fix
SeaRise Apr 25, 2022
c51c152
add optimize
SeaRise May 10, 2022
a5647fd
format
SeaRise May 10, 2022
39cc3ec
license
SeaRise May 10, 2022
3960244
plan type
SeaRise May 10, 2022
9b86c41
u
SeaRise May 10, 2022
4bde83b
license check
SeaRise May 25, 2022
4137c52
Merge branch 'planner_refactory' into introduce_physical_plan_add_switch
SeaRise May 25, 2022
328e18f
Merge branch 'introduce_physical_plan_add_switch' of https://github.c…
SeaRise May 25, 2022
e6d0a43
Merge branch 'planner_refactory' into introduce_physical_plan_add_switch
SeaRise May 26, 2022
2fc02b7
add tests
SeaRise May 26, 2022
6a91f86
f
SeaRise May 26, 2022
dcaa84a
Errors::Planner
SeaRise May 31, 2022
8ac8ce4
Merge branch 'planner_refactory' into introduce_physical_plan_add_switch
SeaRise Jun 8, 2022
64b6d2c
add tests and test
SeaRise Jun 8, 2022
ca45abf
add parallel tests
SeaRise Jun 8, 2022
5a95ca0
fix
SeaRise Jun 8, 2022
6f9dc61
format
SeaRise Jun 9, 2022
edf26bc
address comment
SeaRise Jun 9, 2022
d31b310
address comments
SeaRise Jun 10, 2022
472dd1c
tmp save
SeaRise Jun 13, 2022
dd5d89b
Merge branch 'planner_refactory' into new_support_common_plans
SeaRise Jun 13, 2022
6cc1a9c
limit and topn
SeaRise Jun 14, 2022
c0e5e5b
filter
SeaRise Jun 14, 2022
237dd2e
agg
SeaRise Jun 14, 2022
2b85873
ExchangeSender
SeaRise Jun 14, 2022
09d4287
receiver
SeaRise Jun 14, 2022
0c3f6b3
projection
SeaRise Jun 14, 2022
27346c7
fix
SeaRise Jun 15, 2022
9d16d81
fix
SeaRise Jun 15, 2022
508e838
fix
SeaRise Jun 20, 2022
b169bca
add physical plan test
SeaRise Jun 20, 2022
dcc2233
fmt
SeaRise Jun 20, 2022
0a1dd00
fix lience
SeaRise Jun 20, 2022
1bfb173
add gtest_physical_plan
SeaRise Jun 20, 2022
95e832e
fmt
SeaRise Jun 20, 2022
9f908d1
revert
SeaRise Jun 20, 2022
840c9f7
fix executor test
SeaRise Jun 20, 2022
40009eb
format
SeaRise Jun 20, 2022
0408cd2
fix tests
SeaRise Jun 20, 2022
2975694
fix ut
SeaRise Jun 21, 2022
b00a874
fix projection bug
SeaRise Jun 21, 2022
362acb5
format
SeaRise Jun 21, 2022
90f9185
update
SeaRise Jun 21, 2022
47b552a
revert useless change
SeaRise Jun 21, 2022
15aac9c
fix test from https://github.com/pingcap/tiflash/pull/5158#discussion…
SeaRise Jun 21, 2022
bd74ec9
mini refactor
SeaRise Jun 22, 2022
53264e0
address comments
SeaRise Jun 22, 2022
7037098
fix bug of physical agg
SeaRise Jun 23, 2022
130da74
refactor tests
SeaRise Jun 23, 2022
c265c58
update
SeaRise Jun 23, 2022
7ace19d
add project action in cast after agg
SeaRise Jun 24, 2022
8e213b6
address comment
SeaRise Jul 5, 2022
c0eab66
address comments
SeaRise Jul 8, 2022
d3a0cc4
address comment
SeaRise Jul 8, 2022
8776c18
address comment: change PhysicalPlan --> PhysicalPlanNode, PhysicalPl…
SeaRise Jul 8, 2022
564eeea
format
SeaRise Jul 8, 2022
240d6d0
fix license-checker fail like https://github.com/pingcap/tiflash/pull…
SeaRise Jul 8, 2022
dc3069f
Merge branch 'planner_refactory' into new_support_common_plans
ti-chi-bot Jul 8, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'planner_refactory' into new_support_common_plans
SeaRise authored Jun 13, 2022
commit dd5d89b484b0dc50b6b25aa0b7225eafabc120b9
1 change: 1 addition & 0 deletions dbms/src/Flash/Planner/PhysicalPlanHelper.h
Original file line number Diff line number Diff line change
@@ -24,4 +24,5 @@ namespace DB::PhysicalPlanHelper
Names schemaToNames(const NamesAndTypes & schema);

ExpressionActionsPtr newActions(const Block & input_block, const Context & context);

} // namespace DB::PhysicalPlanHelper
You are viewing a condensed version of this merge commit. You can view the full changes here.