Vladsz83 commented on a change in pull request #9665:
URL: https://github.com/apache/ignite/pull/9665#discussion_r772310729
##########
File path:
modules/indexing/src/test/java/org/apache/ignite/sqltests/SqlDataTypesCoverageTests.java
##########
@@ -366,7 +365,9 @@ private void checkCRUD(IgniteEx ignite, String tblName,
SqlDataType dataType, Ob
if (writeSyncMode == CacheWriteSynchronizationMode.FULL_ASYNC &&
!waitForCondition(() ->
ignite.context().query().querySqlFields(
new SqlFieldsQuery("SELECT val FROM " + tblName),
false).getAll().stream()
- .allMatch(r -> r.get(0).equals(expRevertedVal)),
+ .allMatch(r -> r.get(0) instanceof byte[]
Review comment:
Might be an external comparing function or a Comparator would look more
readable. Up to you.
--
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]