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 8ee19df648 [tmpfix](bug) fix compile bug after cherry-pick
new 1be148080d [fix](segcompaction) fix segcompaction failed for newly
created segment (#15022) (#15023)
new 333c68a4fc [enhancement](metric)add one metric for the publish num per
db (#14942)
new 23fd52aa7b [deps](FE)Upgrade the velocity version that hive-exec
depends on to 2.3 (#15067)
new 3a40e4e129 [fix](load) add to error tablets when delta writer failed
to close (#15118)
new 00573b1e02 [fix](multi-catalog) add support for orc binary type
(#15141)
new 154cd9a47a [fix](executor) fix some npe about getting catalog and add
some error info (#15155)
new 5a39852199 [fix](mutil-catalog) fix get many same name db/table when
show where (#15076)
new 73376670ba [Feature](multi catalog)Remove enable_multi_catalog config
item, open this function to public. (#15130)
The 8 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:
be/src/exec/schema_scan_node.cpp | 4 ++
be/src/exec/schema_scanner.h | 4 +-
.../exec/schema_scanner/schema_columns_scanner.cpp | 3 ++
.../exec/schema_scanner/schema_files_scanner.cpp | 3 ++
.../schema_scanner/schema_partitions_scanner.cpp | 3 ++
.../schema_scanner/schema_schemata_scanner.cpp | 3 ++
.../exec/schema_scanner/schema_tables_scanner.cpp | 3 ++
.../exec/schema_scanner/schema_views_scanner.cpp | 3 ++
be/src/olap/rowset/beta_rowset_writer.cpp | 9 +++--
be/src/olap/rowset/beta_rowset_writer.h | 3 +-
be/src/runtime/tablets_channel.cpp | 3 ++
be/src/vec/data_types/data_type_factory.cpp | 1 +
be/src/vec/exec/format/orc/vorc_reader.cpp | 2 +-
be/src/vec/exec/scan/vfile_scanner.cpp | 9 ++---
be/src/vec/exec/vschema_scan_node.cpp | 4 ++
be/test/olap/segcompaction_test.cpp | 1 +
dist/LICENSE-dist.txt | 2 +
docs/zh-CN/docs/admin-manual/config/fe-config.md | 2 -
.../maint-monitor/monitor-metrics/metrics.md | 1 +
fe/fe-core/pom.xml | 13 ++++++-
.../org/apache/doris/analysis/AnalyzeStmt.java | 2 +-
.../java/org/apache/doris/analysis/Analyzer.java | 8 +++-
.../org/apache/doris/analysis/DescribeStmt.java | 2 +-
.../org/apache/doris/analysis/ShowCatalogStmt.java | 2 -
.../org/apache/doris/analysis/ShowColumnStmt.java | 2 +-
.../doris/analysis/ShowCreateCatalogStmt.java | 6 +--
.../java/org/apache/doris/analysis/ShowDbStmt.java | 6 ++-
.../apache/doris/analysis/ShowTableStatusStmt.java | 3 +-
.../org/apache/doris/analysis/ShowTableStmt.java | 3 +-
.../apache/doris/analysis/ShowVariablesStmt.java | 2 +-
.../java/org/apache/doris/analysis/TableName.java | 4 --
.../java/org/apache/doris/catalog/ScalarType.java | 2 +
.../main/java/org/apache/doris/common/Config.java | 7 ----
.../java/org/apache/doris/common/util/Util.java | 12 ------
.../java/org/apache/doris/metric/MetricRepo.java | 14 ++++++-
.../org/apache/doris/planner/SchemaScanNode.java | 5 +++
.../java/org/apache/doris/qe/ShowExecutor.java | 8 ++--
.../apache/doris/service/FrontendServiceImpl.java | 8 +++-
.../doris/transaction/GlobalTransactionMgr.java | 43 +++++++++++++---------
.../doris/transaction/PublishVersionDaemon.java | 3 +-
.../doris/analysis/AlterCatalogNameStmtTest.java | 2 -
.../doris/analysis/AlterCatalogPropsStmtTest.java | 2 -
.../doris/analysis/CreateCatalogStmtTest.java | 2 -
.../apache/doris/analysis/DropCatalogStmtTest.java | 2 -
.../apache/doris/analysis/ShowCatalogStmtTest.java | 2 -
.../apache/doris/datasource/CatalogMgrTest.java | 2 -
fe/hive-udf/pom.xml | 11 +++++-
fe/java-udf/pom.xml | 9 +++++
gensrc/thrift/FrontendService.thrift | 1 +
gensrc/thrift/PlanNodes.thrift | 1 +
.../test_in_expr.out => show/test_show_where.out} | 36 +++++-------------
.../external_catalog_p0/hive/test_hive_orc.groovy | 1 -
.../hive/test_hive_other.groovy | 1 -
.../hive/test_hive_parquet.groovy | 1 -
.../jdbc_catalog_p0/test_mysql_jdbc_catalog.groovy | 2 -
...reate_catalog.groovy => test_show_where.groovy} | 43 ++++++++++++++++++++--
.../multi_catalog_query/hive_catalog_orc.groovy | 1 -
.../hive_catalog_parquet.groovy | 1 -
58 files changed, 209 insertions(+), 129 deletions(-)
copy regression-test/data/query_p0/{sql_functions/test_in_expr.out =>
show/test_show_where.out} (72%)
copy regression-test/suites/query_p0/show/{test_show_create_catalog.groovy =>
test_show_where.groovy} (56%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]