This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 1597afcd67 [fix](mutil-catalog) fix get many same name db/table when show where (#15076) add 6be5670ce9 [Feature](multi catalog)Remove enable_multi_catalog config item, open this function to public. (#15130) No new revisions were added by this update. Summary of changes: docs/en/docs/admin-manual/config/fe-config.md | 11 -- docs/zh-CN/docs/admin-manual/config/fe-config.md | 11 -- .../org/apache/doris/analysis/ShowCatalogStmt.java | 2 - .../doris/analysis/ShowCreateCatalogStmt.java | 6 +- .../java/org/apache/doris/analysis/TableName.java | 4 - .../main/java/org/apache/doris/common/Config.java | 7 - .../java/org/apache/doris/common/util/Util.java | 12 -- .../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 - .../external_catalog_p0/hive/test_hive_orc.groovy | 1 - .../hive/test_hive_other.groovy | 1 - .../hive/test_hive_parquet.groovy | 1 - .../hive/test_external_catalog_hive.groovy | 176 ++++++++++----------- .../hive/test_external_hive.groovy | 59 +++---- .../jdbc_catalog_p0/test_mysql_jdbc_catalog.groovy | 2 - .../multi_catalog_query/hive_catalog_orc.groovy | 1 - .../hive_catalog_parquet.groovy | 1 - 21 files changed, 111 insertions(+), 196 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org