File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
core/src/main/java/org/opensearch/sql Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5252 * Currently, V2 engine does not support queries with:<br>
5353 *
5454 * <ul>
55- * <li>aggregation (GROUP BY clause or aggregation functions like min/max)</li>
56- * <li>in memory aggregation (window function)</li>
57- * <li>LIMIT/OFFSET clause(s)</li>
58- * <li>without FROM clause</li>
59- * <li>JOIN</li>
60- * <li>a subquery</li>
55+ * <li>aggregation (GROUP BY clause or aggregation functions like min/max)
56+ * <li>in memory aggregation (window function)
57+ * <li>LIMIT/OFFSET clause(s)
58+ * <li>without FROM clause
59+ * <li>JOIN
60+ * <li>a subquery
6161 * </ul>
6262 *
6363 * V2 also requires that the table being queried should be an OpenSearch index.<br>
Original file line number Diff line number Diff line change @@ -1716,10 +1716,10 @@ private ExprValue exprLastDayToday(Clock clock) {
17161716 * Furthermore:<br>
17171717 *
17181718 * <ul>
1719- * <li>zero year interpreted as 2000</li>
1720- * <li>negative year is not accepted</li>
1721- * <li>@dayOfYear should be greater than 1</li>
1722- * <li>if @dayOfYear is greater than 365/366, calculation goes to the next year(s)</li>
1719+ * <li>zero year interpreted as 2000
1720+ * <li>negative year is not accepted
1721+ * <li>@dayOfYear should be greater than 1
1722+ * <li>if @dayOfYear is greater than 365/366, calculation goes to the next year(s)
17231723 * </ul>
17241724 *
17251725 * @param yearExpr year
You can’t perform that action at this time.
0 commit comments