hubgeter opened a new pull request, #61717:
URL: https://github.com/apache/doris/pull/61717
### What problem does this PR solve?
Issue Number: N/A
Related PR: #60649, #60905
Problem Summary:
#60649 added support for MaxCompute `ram_role_arn` and `ecs_ram_role`
authentication on `master`, and #60905 picked it to `branch-4.0`. `branch-4.1`
is based on `branch-4.0`, but because the MaxCompute write path differs between
branches, part of the write-side adaptation was not picked over.
As a result, on `branch-4.1`, MaxCompute INSERT/write still relied on
`access_key/secret_key` in some code paths, and could not correctly reuse the
catalog `properties` for `ram_role_arn` or `ecs_ram_role` authentication.
This PR supplements the missing pick for `branch-4.1`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]