Re: [PR] Encryption integration and test [iceberg]

2025-01-29 Thread via GitHub
github-actions[bot] closed pull request #5544: Encryption integration and test URL: https://github.com/apache/iceberg/pull/5544 -- 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.

Re: [PR] Encryption integration and test [iceberg]

2025-01-29 Thread via GitHub
github-actions[bot] commented on PR #5544: URL: https://github.com/apache/iceberg/pull/5544#issuecomment-2623222370 This pull request has been closed due to lack of activity. This is not a judgement on the merit of the PR in any way. It is just a way of keeping the PR queue manageable. If y

Re: [PR] Encryption integration and test [iceberg]

2025-01-15 Thread via GitHub
github-actions[bot] commented on PR #5544: URL: https://github.com/apache/iceberg/pull/5544#issuecomment-2594191536 This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull

Re: [PR] Encryption integration and test [iceberg]

2024-12-03 Thread via GitHub
ggershinsky commented on PR #5544: URL: https://github.com/apache/iceberg/pull/5544#issuecomment-2514437399 Thanks @nastra . This PR is heavily dependent on #7770 , so can be properly rebased after the latter is merged. Both PRs are active, awaiting a progress in the 7770. -- This is an

Re: [PR] Encryption integration and test [iceberg]

2024-12-03 Thread via GitHub
nastra commented on PR #5544: URL: https://github.com/apache/iceberg/pull/5544#issuecomment-2514279859 @ggershinsky is this PR still active? Could you please rebase and fix the merge conflicts? I'll review this afterwards -- This is an automated message from the Apache Git Service. To res

Re: [PR] Encryption integration and test [iceberg]

2024-09-18 Thread via GitHub
hsiang-c commented on code in PR #5544: URL: https://github.com/apache/iceberg/pull/5544#discussion_r1766090302 ## hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java: ## @@ -110,6 +115,15 @@ public void initialize(String inputName, Map properties) {

Re: [PR] Encryption integration and test [iceberg]

2024-09-18 Thread via GitHub
github-actions[bot] commented on PR #5544: URL: https://github.com/apache/iceberg/pull/5544#issuecomment-2359659257 This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull

Re: [PR] Encryption integration and test [iceberg]

2024-08-15 Thread via GitHub
ggershinsky commented on code in PR #5544: URL: https://github.com/apache/iceberg/pull/5544#discussion_r1718048825 ## core/src/main/java/org/apache/iceberg/TableMetadata.java: ## @@ -512,6 +514,14 @@ public List snapshots() { return snapshots; } + public void setKekCa

Re: [PR] Encryption integration and test [iceberg]

2024-07-31 Thread via GitHub
ggershinsky commented on code in PR #5544: URL: https://github.com/apache/iceberg/pull/5544#discussion_r1699502474 ## hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java: ## @@ -106,18 +112,40 @@ public static String translateToIcebergProp(String hmsPr

Re: [PR] Encryption integration and test [iceberg]

2024-07-31 Thread via GitHub
ggershinsky commented on code in PR #5544: URL: https://github.com/apache/iceberg/pull/5544#discussion_r1699473244 ## api/src/main/java/org/apache/iceberg/encryption/EncryptingFileIO.java: ## @@ -109,14 +111,19 @@ public InputFile newInputFile(ManifestFile manifest) { }

Re: [PR] Encryption integration and test [iceberg]

2024-07-31 Thread via GitHub
ggershinsky commented on code in PR #5544: URL: https://github.com/apache/iceberg/pull/5544#discussion_r1699473244 ## api/src/main/java/org/apache/iceberg/encryption/EncryptingFileIO.java: ## @@ -109,14 +111,19 @@ public InputFile newInputFile(ManifestFile manifest) { }

Re: [PR] Encryption integration and test [iceberg]

2024-07-12 Thread via GitHub
rdblue commented on code in PR #5544: URL: https://github.com/apache/iceberg/pull/5544#discussion_r1676567998 ## core/src/main/java/org/apache/iceberg/TableMetadataParser.java: ## @@ -274,10 +291,12 @@ public static TableMetadata read(FileIO io, String path) { } public s

Re: [PR] Encryption integration and test [iceberg]

2024-07-12 Thread via GitHub
rdblue commented on code in PR #5544: URL: https://github.com/apache/iceberg/pull/5544#discussion_r1676515597 ## core/src/main/java/org/apache/iceberg/TableMetadataParser.java: ## @@ -123,6 +127,7 @@ public static void internalWrite( TableMetadata metadata, OutputFile out

Re: [PR] Encryption integration and test [iceberg]

2024-07-12 Thread via GitHub
rdblue commented on code in PR #5544: URL: https://github.com/apache/iceberg/pull/5544#discussion_r1676514642 ## api/src/main/java/org/apache/iceberg/encryption/EncryptingFileIO.java: ## @@ -109,14 +111,19 @@ public InputFile newInputFile(ManifestFile manifest) { } } -

Re: [PR] Encryption integration and test [iceberg]

2024-07-12 Thread via GitHub
rdblue commented on code in PR #5544: URL: https://github.com/apache/iceberg/pull/5544#discussion_r1676512526 ## .palantir/revapi.yml: ## @@ -1018,6 +1018,17 @@ acceptedBreaks: old: "method void org.apache.iceberg.PositionDeletesTable.PositionDeletesBatchScan::(org.apach

Re: [PR] Encryption integration and test [iceberg]

2024-07-12 Thread via GitHub
rdblue commented on code in PR #5544: URL: https://github.com/apache/iceberg/pull/5544#discussion_r1676510489 ## .palantir/revapi.yml: ## @@ -1018,6 +1018,17 @@ acceptedBreaks: old: "method void org.apache.iceberg.PositionDeletesTable.PositionDeletesBatchScan::(org.apach

Re: [PR] Encryption integration and test [iceberg]

2024-06-24 Thread via GitHub
hsiang-c commented on code in PR #5544: URL: https://github.com/apache/iceberg/pull/5544#discussion_r1650529269 ## hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java: ## @@ -137,7 +163,47 @@ protected String tableName() { @Override public FileI

Re: [PR] Encryption integration and test [iceberg]

2024-06-17 Thread via GitHub
ggershinsky commented on code in PR #5544: URL: https://github.com/apache/iceberg/pull/5544#discussion_r1642836390 ## core/src/main/java/org/apache/iceberg/TableMetadataParser.java: ## @@ -472,10 +501,22 @@ public static TableMetadata fromJson(String metadataLocation, JsonNode

Re: [PR] Encryption integration and test [iceberg]

2024-05-20 Thread via GitHub
RussellSpitzer commented on code in PR #5544: URL: https://github.com/apache/iceberg/pull/5544#discussion_r1607047529 ## hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java: ## @@ -137,17 +162,88 @@ protected String tableName() { @Override publi

Re: [PR] Encryption integration and test [iceberg]

2024-05-06 Thread via GitHub
ggershinsky commented on code in PR #5544: URL: https://github.com/apache/iceberg/pull/5544#discussion_r1591261035 ## spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/sql/TestTableEncryption.java: ## @@ -0,0 +1,179 @@ +/* + * Licensed to the Apache Software Foundation (AS

Re: [PR] Encryption integration and test [iceberg]

2024-05-06 Thread via GitHub
ggershinsky commented on code in PR #5544: URL: https://github.com/apache/iceberg/pull/5544#discussion_r1590856537 ## core/src/main/java/org/apache/iceberg/BaseMetastoreTableOperations.java: ## @@ -146,21 +172,92 @@ protected void disableRefresh() { } protected String wr

Re: [PR] Encryption integration and test [iceberg]

2024-05-06 Thread via GitHub
ggershinsky commented on code in PR #5544: URL: https://github.com/apache/iceberg/pull/5544#discussion_r1590852470 ## core/src/main/java/org/apache/iceberg/BaseMetastoreTableOperations.java: ## @@ -146,21 +172,92 @@ protected void disableRefresh() { } protected String wr

Re: [PR] Encryption integration and test [iceberg]

2024-05-06 Thread via GitHub
ggershinsky commented on code in PR #5544: URL: https://github.com/apache/iceberg/pull/5544#discussion_r1590852470 ## core/src/main/java/org/apache/iceberg/BaseMetastoreTableOperations.java: ## @@ -146,21 +172,92 @@ protected void disableRefresh() { } protected String wr

Re: [PR] Encryption integration and test [iceberg]

2023-10-18 Thread via GitHub
ggershinsky commented on PR #5544: URL: https://github.com/apache/iceberg/pull/5544#issuecomment-1768384984 The current PR sequence develops the encryption tools using Spark as a usecase. But once the toolset converges, we'll certainly need the Flink support and unitests. -- This is an a

Re: [PR] Encryption integration and test [iceberg]

2023-10-18 Thread via GitHub
pvary commented on PR #5544: URL: https://github.com/apache/iceberg/pull/5544#issuecomment-1768297698 @ggershinsky: Do we want to add Flink tests alongside the Spark tests as well? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git