timoninmaxim commented on a change in pull request #9215:
URL: https://github.com/apache/ignite/pull/9215#discussion_r663734652
##########
File path:
modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/SqlSystemViewsSelfTest.java
##########
@@ -1567,7 +1567,6 @@ public void testCachesViews() throws Exception {
"ON C.CACHE_NAME = CG.CACHE_GROUP_NAME WHERE C.CACHE_NAME like
'cache%' " +
"AND C.CACHE_MODE = CG.CACHE_MODE " +
"AND C.ATOMICITY_MODE = CG.ATOMICITY_MODE " +
- "AND COALESCE(C.AFFINITY, '-') = COALESCE(CG.AFFINITY, '-') " +
Review comment:
I think that fix of affinity.toString will fix this issue too. And
toString is a core problem, so let's fix it instead, if it possible.
--
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]