pvary commented on code in PR #14392:
URL: https://github.com/apache/iceberg/pull/14392#discussion_r2606825988
##########
core/src/test/java/org/apache/iceberg/jdbc/TestJdbcTableConcurrency.java:
##########
@@ -646,7 +646,8 @@ public void setAsciiStream(int parameterIndex, InputStream
x, int length) throws
delegate.setAsciiStream(parameterIndex, x, length);
}
- @Deprecated(since = "1.2")
+ /* @deprecated Will be removed in 1.12.0 */
Review Comment:
I suggest to use `@SuppressWarnings("deprecation")` to get rid of the
warning. Having `@Deprecated(since = "1.2")` is misleading. One might think
that it is referring to the Iceberg 1.2 release
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]