Vladsz83 commented on a change in pull request #9826:
URL: https://github.com/apache/ignite/pull/9826#discussion_r827728835
##########
File path:
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/DataTypesTest.java
##########
@@ -59,13 +59,17 @@ private void testUuid(boolean indexed) {
UUID max = uuid1.compareTo(uuid2) > 0 ? uuid1 : uuid2;
UUID min = max == uuid1 ? uuid2 : uuid1;
+ executeSql("SELECT COUNT(*), COUNT(DISTINCT uid) FROM (SELECT uid
from t) GROUP BY uid");
Review comment:
Removed. No need
--
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]