Sega76 commented on a change in pull request #9215:
URL: https://github.com/apache/ignite/pull/9215#discussion_r663733096
##########
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:
thought about it in the first commit
(https://github.com/apache/ignite/pull/9215/commits/94ab8aa0f345acb5901e9e2bf8abf98849894101),
but this change looks unexpected and better in a separate ticket
--
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]