This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-43445-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
from ea61206233e [pick](branch-2.1) pick #43281 (#44020) add d5c2caae53c [feat](catalog)Support Pre-Execution Authentication for HMS Type Iceberg Catalog Operations. (#43445) No new revisions were added by this update. Summary of changes: .../authentication/PreExecutionAuthenticator.java | 116 +++++++++++++++++++++ .../datasource/iceberg/IcebergExternalCatalog.java | 4 + .../iceberg/IcebergHMSExternalCatalog.java | 7 ++ .../datasource/iceberg/IcebergMetadataOps.java | 64 +++++++++++- .../datasource/iceberg/IcebergTransaction.java | 23 ++-- .../datasource/iceberg/IcebergTransactionTest.java | 1 + 6 files changed, 204 insertions(+), 11 deletions(-) create mode 100644 fe/fe-common/src/main/java/org/apache/doris/common/security/authentication/PreExecutionAuthenticator.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org