Re: [PR] Core: Update metadata location without updating lastUpdatedMillis [iceberg]

2024-09-17 Thread via GitHub
nastra merged PR #11151: URL: https://github.com/apache/iceberg/pull/11151 -- 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: issues-unsubscr...@iceberg.ap

Re: [PR] Core: Update metadata location without updating lastUpdatedMillis [iceberg]

2024-09-17 Thread via GitHub
rdblue commented on PR #11151: URL: https://github.com/apache/iceberg/pull/11151#issuecomment-2356600809 Thanks for the update! Looks good now. Please merge when tests are passing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

Re: [PR] Core: Update metadata location without updating lastUpdatedMillis [iceberg]

2024-09-17 Thread via GitHub
nastra commented on code in PR #11151: URL: https://github.com/apache/iceberg/pull/11151#discussion_r1763617159 ## core/src/test/java/org/apache/iceberg/TestTableMetadata.java: ## @@ -1685,4 +1685,82 @@ public void testV3TimestampNanoTypeSupport() { ImmutableMap.of(),

Re: [PR] Core: Update metadata location without updating lastUpdatedMillis [iceberg]

2024-09-17 Thread via GitHub
rdblue commented on code in PR #11151: URL: https://github.com/apache/iceberg/pull/11151#discussion_r1763571115 ## core/src/test/java/org/apache/iceberg/TestTableMetadata.java: ## @@ -1685,4 +1685,82 @@ public void testV3TimestampNanoTypeSupport() { ImmutableMap.of(),

Re: [PR] Core: Update metadata location without updating lastUpdatedMillis [iceberg]

2024-09-17 Thread via GitHub
rdblue commented on code in PR #11151: URL: https://github.com/apache/iceberg/pull/11151#discussion_r1763570028 ## core/src/main/java/org/apache/iceberg/TableMetadata.java: ## @@ -964,6 +968,42 @@ private Builder(TableMetadata base) { this.sortOrdersById = Maps.newHashMap

Re: [PR] Core: Update metadata location without updating lastUpdatedMillis [iceberg]

2024-09-17 Thread via GitHub
rdblue commented on code in PR #11151: URL: https://github.com/apache/iceberg/pull/11151#discussion_r1763567963 ## core/src/main/java/org/apache/iceberg/TableMetadata.java: ## @@ -578,6 +578,10 @@ public TableMetadata removeSnapshotsIf(Predicate removeIf) { return new Buil

Re: [PR] Core: Update metadata location without updating lastUpdatedMillis [iceberg]

2024-09-17 Thread via GitHub
nastra commented on code in PR #11151: URL: https://github.com/apache/iceberg/pull/11151#discussion_r1762895735 ## core/src/main/java/org/apache/iceberg/TableMetadata.java: ## @@ -578,6 +578,10 @@ public TableMetadata removeSnapshotsIf(Predicate removeIf) { return new Buil

Re: [PR] Core: Update metadata location without updating lastUpdatedMillis [iceberg]

2024-09-17 Thread via GitHub
nastra commented on code in PR #11151: URL: https://github.com/apache/iceberg/pull/11151#discussion_r1762895735 ## core/src/main/java/org/apache/iceberg/TableMetadata.java: ## @@ -578,6 +578,10 @@ public TableMetadata removeSnapshotsIf(Predicate removeIf) { return new Buil