You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by "SammyVimes (via GitHub)" <gi...@apache.org> on 2023/05/04 19:37:38 UTC

[GitHub] [ignite-3] SammyVimes commented on a diff in pull request #2019: IGNITE-14734 Implement time-based compaction for meta storage

SammyVimes commented on code in PR #2019:
URL: https://github.com/apache/ignite-3/pull/2019#discussion_r1185440388


##########
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/server/persistence/RocksStorageUtils.java:
##########
@@ -156,8 +183,7 @@ static byte[] valueToBytes(byte[] value, long updateCounter) {
      * @param bytes Byte array of longs.
      * @return Array of longs.
      */
-    @NotNull
-    static long[] getAsLongs(byte[] bytes) {
+    static long @NotNull [] getAsLongs(byte[] bytes) {

Review Comment:
   NotNull is not prohibited, is it?



-- 
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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org