alex-plekhanov commented on code in PR #11750: URL: https://github.com/apache/ignite/pull/11750#discussion_r1889994358
########## modules/core/src/test/java/org/apache/ignite/cache/store/jdbc/CacheJdbcPojoStoreAbstractSelfTest.java: ########## @@ -486,7 +477,7 @@ public void testLoadCachePrimitiveKeysTx() throws Exception { * @throws Exception If failed. */ private void checkPutRemove() throws Exception { - boolean binaryMarshaller = marshaller() instanceof BinaryMarshaller || marshaller() == null; + boolean binaryMarshaller = true; Review Comment: Variable can be removed -- 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