This is an automated email from the ASF dual-hosted git repository.

pvary pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/main by this push:
     new 250d74676c Core: Remove deprecation from 
ViewProperties.WRITE_METADATA_LOCATION (#15250)
250d74676c is described below

commit 250d74676caa6432ef61f9ddd7dea016a7f25d1a
Author: gaborkaszab <[email protected]>
AuthorDate: Fri Feb 6 19:39:30 2026 +0100

    Core: Remove deprecation from ViewProperties.WRITE_METADATA_LOCATION 
(#15250)
---
 core/src/main/java/org/apache/iceberg/view/ViewProperties.java | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/core/src/main/java/org/apache/iceberg/view/ViewProperties.java 
b/core/src/main/java/org/apache/iceberg/view/ViewProperties.java
index e396beece0..bf276cf24f 100644
--- a/core/src/main/java/org/apache/iceberg/view/ViewProperties.java
+++ b/core/src/main/java/org/apache/iceberg/view/ViewProperties.java
@@ -26,10 +26,7 @@ public class ViewProperties {
   public static final String METADATA_COMPRESSION = 
"write.metadata.compression-codec";
   public static final String METADATA_COMPRESSION_DEFAULT = "gzip";
 
-  /**
-   * @deprecated will be removed in 2.0.0, use {@link 
ViewBuilder#withLocation} instead.
-   */
-  @Deprecated public static final String WRITE_METADATA_LOCATION = 
"write.metadata.path";
+  public static final String WRITE_METADATA_LOCATION = "write.metadata.path";
 
   public static final String COMMENT = "comment";
   public static final String REPLACE_DROP_DIALECT_ALLOWED = 
"replace.drop-dialect.allowed";

Reply via email to