Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* Abstracts common {@link ContainerObj#stableIdToName()} and {@link ContainerObj#nameToObjRef()}
* handling for committing operations, for catalog related types.
*
* @param <RESULT> result of the commiting operation
* @param <RESULT> result of the committing operation
*/
public record CatalogChangeCommitterWrapper<RESULT>(CatalogChangeCommitter<RESULT> changeCommitter)
implements CommitRetryable<CatalogStateObj, RESULT> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
* Abstracts common {@link ContainerObj#stableIdToName()} and {@link ContainerObj#nameToObjRef()}
* handling for committing operations, for non-catalog related types.
*
* @param <REF_OBJ> commited object type
* @param <REF_OBJ> committed object type
* @param <B> builder type for {@link REF_OBJ}
* @param <RESULT> result of the commiting operation
* @param <RESULT> result of the committing operation
*/
public record ChangeCommitterWrapper<
REF_OBJ extends ContainerObj, B extends ContainerObj.Builder<REF_OBJ, B>, RESULT>(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* Abstracts common {@link ContainerObj#stableIdToName()} and {@link ContainerObj#nameToObjRef()}
* handling for committing operations, for principals.
*
* @param <RESULT> result of the commiting operation
* @param <RESULT> result of the committing operation
*/
public record PrincipalsChangeCommitterWrapper<RESULT>(
PrincipalsChangeCommitter<RESULT> changeCommitter)
Expand Down
2 changes: 1 addition & 1 deletion site/content/blog/2025/12/24/aws-kms.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ CLI support will be made available in the release following `1.3.0-incubating`.

## Configuring Polaris Catalog

KMS settings in Polaris are relevant to S3 buckets that have been confugure to use KMS on the AWS side
KMS settings in Polaris are relevant to S3 buckets that have been configure to use KMS on the AWS side
(e.g. using SSE-KMS).

Make a note of the KMS keys ARN that the bucket uses and pass it to the `--current-kms-key` CLI option
Expand Down