Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tanclary committed Jan 24, 2024
1 parent 2f2c0ad commit 553184f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/org/apache/calcite/sql/SqlDialect.java
Original file line number Diff line number Diff line change
Expand Up @@ -877,6 +877,7 @@ public SqlNode rewriteSingleValueExpr(SqlNode aggCall, RelDataType relDataType)
/**
* Rewrites MAX(x)/MIN(x) as BOOL_OR(x)/BOOL_AND(x) for certain
* database variants (Postgres and Redshift, currently).
*
* @see #rewriteMaxMin(SqlNode, RelDataType)
*/
public SqlNode rewriteMaxMinExpr(SqlNode aggCall, RelDataType relDataType) {
Expand Down

0 comments on commit 553184f

Please sign in to comment.