zstan commented on code in PR #5870: URL: https://github.com/apache/ignite-3/pull/5870#discussion_r2104406273
########## 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: unfortunately it`s not true, test use auto-generated names according to types, i not dig deeper just write this annotation. -- 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