korlov42 commented on a change in pull request #9006:
URL: https://github.com/apache/ignite/pull/9006#discussion_r617472698
##########
File path:
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/CalciteQueryProcessorTest.java
##########
@@ -141,6 +141,17 @@ public void queryOverReplCacheGroup() {
.check();
}
+ /** Tests varchar min\max aggregates. */
+ @Test
+ public void testVarCharMinMax() throws IgniteInterruptedCheckedException {
+ execute(client, "CREATE TABLE TEST(val VARCHAR primary key, val1
integer);");
+ execute(client,"INSERT INTO test VALUES ('б', 1), ('бб', 2), ('щ', 3),
('щщ', 4), ('Б', 4), ('ББ', 4), ('Я', 4);");
Review comment:
missed space
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]