This is an automated email from the ASF dual-hosted git repository.
caiconghui pushed a change to branch metrics-1.2
in repository https://gitbox.apache.org/repos/asf/doris.git
omit 3c0c1f0e6b [fix](metric) fix prometheus metric format error
add e4ac52b2aa [Improvement](profile)Add init and finalize external scan
node time in profile (#21749)
add eabd5d386b [Fix](multi catalog)Fix nereids context table always use
internal catalog bug (#21953)
add 7d488688b4 [fix](multi-catalog)fix minio default region and throw
minio error msg, support s3 bucket root path (#21994)
add 50150bd38a [fix](metric) fix prometheus metric format error
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (3c0c1f0e6b)
\
N -- N -- N refs/heads/metrics-1.2 (50150bd38a)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
be/src/util/s3_uri.cpp | 5 +-
docs/en/docs/lakehouse/multi-catalog/hive.md | 1 +
docs/en/docs/lakehouse/multi-catalog/iceberg.md | 1 +
.../sql-manual/sql-functions/table-functions/s3.md | 2 +
.../Backup-and-Restore/CREATE-REPOSITORY.md | 1 +
docs/zh-CN/docs/lakehouse/multi-catalog/hive.md | 1 +
docs/zh-CN/docs/lakehouse/multi-catalog/iceberg.md | 1 +
.../sql-manual/sql-functions/table-functions/s3.md | 2 +
.../doris/maxcompute/MaxComputeTableScan.java | 12 +-
.../java/org/apache/doris/catalog/TableIf.java | 4 +
.../doris/common/profile/SummaryProfile.java | 123 ++++++++++++++++++++-
.../apache/doris/common/util/RuntimeProfile.java | 13 ++-
.../datasource/MaxComputeExternalCatalog.java | 14 ++-
.../datasource/property/PropertyConverter.java | 5 +-
.../datasource/property/S3ClientBEProperties.java | 6 +-
.../property/constants/MinioProperties.java | 1 +
.../property/constants/S3Properties.java | 2 +-
.../org/apache/doris/fs/remote/S3FileSystem.java | 12 ++
.../org/apache/doris/nereids/CascadesContext.java | 50 ++++++---
.../apache/doris/nereids/minidump/Minidump.java | 8 +-
.../doris/nereids/minidump/MinidumpUtils.java | 7 +-
.../doris/planner/external/FileQueryScanNode.java | 27 +++++
.../doris/planner/external/HiveScanNode.java | 13 ++-
.../java/org/apache/doris/qe/ConnectContext.java | 8 +-
.../doris/tablefunction/S3TableValuedFunction.java | 8 +-
...o_date.out => test_hive_same_db_table_name.out} | 15 +--
....groovy => test_hive_same_db_table_name.groovy} | 39 ++++---
27 files changed, 297 insertions(+), 84 deletions(-)
copy regression-test/data/external_table_emr_p2/hive/{test_hive_to_date.out =>
test_hive_same_db_table_name.out} (58%)
copy
regression-test/suites/external_table_emr_p2/hive/{test_hive_to_date.groovy =>
test_hive_same_db_table_name.groovy} (61%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]