korlov42 commented on code in PR #5870: URL: https://github.com/apache/ignite-3/pull/5870#discussion_r2104425681
########## modules/table/src/test/java/org/apache/ignite/internal/table/InteropOperationsTest.java: ########## @@ -546,8 +546,10 @@ private static class Value { private UUID fuuidN; private String fstring; private String fstringN; - private byte[] fbytes; - private byte[] fbytesN; + //CHECKSTYLE:OFF + private byte[] fbyte_array; + private byte[] fbyte_arrayN; Review Comment: ah, I see -- 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-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org