Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/iceberg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main@{1day}
Choose a base ref
...
head repository: apache/iceberg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Mar 13, 2025

  1. AWS: Don't fetch credential from endpoint if properties contain a val…

    …id credential (#12504)
    
    When the `VendedCredentialProvider` is created, the `properties` typically already contain a valid credential from the first time a table is loaded.
    This PR uses the credential from the properties and otherwise falls back to loading a valid credential from the refresh endpoint in case the credential in `properties` is incomplete or expired.
    nastra authored Mar 13, 2025
    Configuration menu
    Copy the full SHA
    9a98de0 View commit details
    Browse the repository at this point in the history
Loading