We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ac1bf commit 5eb5189Copy full SHA for 5eb5189
x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/VerifierTests.java
@@ -1894,7 +1894,7 @@ public void testIntervalAsString() {
1894
);
1895
}
1896
1897
- public void testCategorizeSingleGrouping() {
+ public void testCategorizeOnlyFirstGrouping() {
1898
query("FROM test | STATS COUNT(*) BY CATEGORIZE(first_name)");
1899
query("FROM test | STATS COUNT(*) BY cat = CATEGORIZE(first_name)");
1900
query("FROM test | STATS COUNT(*) BY CATEGORIZE(first_name), emp_no");
0 commit comments