-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[fix](nereids)Add catalog/db/table filter info in SchemaScanNode #46864
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
2b949ca
to
fe02861
Compare
run buildall |
TPC-H: Total hot run time: 32658 ms
|
TPC-DS: Total hot run time: 188654 ms
|
ClickBench: Total hot run time: 31.85 s
|
TeamCity be ut coverage result: |
fe02861
to
c7ba9a7
Compare
run buildall |
TPC-H: Total hot run time: 32502 ms
|
TPC-DS: Total hot run time: 188108 ms
|
ClickBench: Total hot run time: 31.99 s
|
TeamCity be ut coverage result: |
run external |
run p0 |
...-core/src/main/java/org/apache/doris/nereids/rules/rewrite/PushDownFilterIntoSchemaScan.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalSchemaScan.java
Outdated
Show resolved
Hide resolved
b78ad94
to
9078a4f
Compare
run buildall |
TPC-H: Total hot run time: 32456 ms
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 195510 ms
|
ClickBench: Total hot run time: 31.1 s
|
run external |
1 similar comment
run external |
PR approved by at least one committer and no changes requested. |
TPC-H: Total hot run time: 32048 ms
|
TPC-DS: Total hot run time: 192302 ms
|
ClickBench: Total hot run time: 31.09 s
|
TeamCity be ut coverage result: |
run cloud_p0 |
1 similar comment
run cloud_p0 |
…che#46864) While querying information_schema.tables, we need to filter the catalogs/dbs/tables if user specify them thought where statement. Before, we didn't pass the query predicate to BE. This pr pass the predicate to BE and filter the catalog/db/table in FrontendServiceImpl.listTableStatus
…che#46864) While querying information_schema.tables, we need to filter the catalogs/dbs/tables if user specify them thought where statement. Before, we didn't pass the query predicate to BE. This pr pass the predicate to BE and filter the catalog/db/table in FrontendServiceImpl.listTableStatus
…che#46864) While querying information_schema.tables, we need to filter the catalogs/dbs/tables if user specify them thought where statement. Before, we didn't pass the query predicate to BE. This pr pass the predicate to BE and filter the catalog/db/table in FrontendServiceImpl.listTableStatus
…che#46864) ### What problem does this PR solve? While querying information_schema.tables, we need to filter the catalogs/dbs/tables if user specify them thought where statement. Before, we didn't pass the query predicate to BE. This pr pass the predicate to BE and filter the catalog/db/table in FrontendServiceImpl.listTableStatus
…che#46864) (apache#3747) While querying information_schema.tables, we need to filter the catalogs/dbs/tables if user specify them thought where statement. Before, we didn't pass the query predicate to BE. This pr pass the predicate to BE and filter the catalog/db/table in FrontendServiceImpl.listTableStatus backport: apache#46864
What problem does this PR solve?
While querying information_schema.tables, we need to filter the catalogs/dbs/tables if user specify them thought where statement. Before, we didn't pass the query predicate to BE. This pr pass the predicate to BE and filter the catalog/db/table in FrontendServiceImpl.listTableStatus
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)