This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
from 7c1a4b80b0 [fix](InBitmap) Check whether the in bitmap contains
correlated subqueries (#15184)
new fbbe988f8c [opt](planner) add session var:
COMPACT_EQUAL_TO_IN_PREDICATE_THRESHOLD (#15225)
new cba74c25ad [feature](multi-catalog) support show tables/table status
from catalog.db (#15180)
new 913b525b90 [fix](load) fix new_load_scan_node load finished but no
data actually caused by wrong file size (#15211)
new fe643dde0f [fix](load) fix load failure caused by incorrect file
format (#15222)
new 7af4519b24 [fix](multi-catalog) fix show data on external catalog
(#15227)
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
fe/fe-core/src/main/cup/sql_parser.cup | 14 +++++++++--
.../org/apache/doris/analysis/ShowDataStmt.java | 2 ++
.../apache/doris/analysis/ShowTableStatusStmt.java | 18 +++++++++++---
.../org/apache/doris/analysis/ShowTableStmt.java | 27 +++++++++++++++++----
.../doris/planner/external/FileGroupInfo.java | 4 +++-
.../java/org/apache/doris/qe/SessionVariable.java | 14 +++++++++++
.../java/org/apache/doris/qe/ShowExecutor.java | 12 ++++++----
.../rewrite/CompactEqualsToInPredicateRule.java | 12 +++++++---
.../apache/doris/analysis/ShowTableStmtTest.java | 14 +++++------
.../java/org/apache/doris/qe/ShowExecutorTest.java | 19 +++++++++++----
.../data/performance_p0/redundant_conjuncts.out | 2 +-
.../data/query_p0/show/test_show_where.out | 28 ++++++++++++++++++++++
.../performance_p0/redundant_conjuncts.groovy | 1 +
.../query_p0/show/test_show_create_catalog.groovy | 1 -
.../suites/query_p0/show/test_show_where.groovy | 19 +++++++++++++--
15 files changed, 153 insertions(+), 34 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]