gaborkaszab commented on code in PR #14392:
URL: https://github.com/apache/iceberg/pull/14392#discussion_r2606767879


##########
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 think we can remove this once the PreparedStatement.setUnicodeStream is 
removed in JDK. It's out of our control, so I reset this change to original



-- 
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]

Reply via email to