Skip to content

Commit

Permalink
Ran spotless apply
Browse files Browse the repository at this point in the history
Signed-off-by: Mitchell Gale <[email protected]>
  • Loading branch information
MitchellGale committed Aug 9, 2023
1 parent a69c97a commit 4cc4f30
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
* Currently, V2 engine does not support queries with:<br>
*
* <ul>
* <li>aggregation (GROUP BY clause or aggregation functions like min/max)</li>
* <li>in memory aggregation (window function)</li>
* <li>LIMIT/OFFSET clause(s)</li>
* <li>without FROM clause</li>
* <li>JOIN</li>
* <li>a subquery</li>
* <li>aggregation (GROUP BY clause or aggregation functions like min/max)
* <li>in memory aggregation (window function)
* <li>LIMIT/OFFSET clause(s)
* <li>without FROM clause
* <li>JOIN
* <li>a subquery
* </ul>
*
* V2 also requires that the table being queried should be an OpenSearch index.<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1716,10 +1716,10 @@ private ExprValue exprLastDayToday(Clock clock) {
* Furthermore:<br>
*
* <ul>
* <li>zero year interpreted as 2000</li>
* <li>negative year is not accepted</li>
* <li>@dayOfYear should be greater than 1</li>
* <li>if @dayOfYear is greater than 365/366, calculation goes to the next year(s)</li>
* <li>zero year interpreted as 2000
* <li>negative year is not accepted
* <li>@dayOfYear should be greater than 1
* <li>if @dayOfYear is greater than 365/366, calculation goes to the next year(s)
* </ul>
*
* @param yearExpr year
Expand Down

0 comments on commit 4cc4f30

Please sign in to comment.