Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangstar333 committed Apr 27, 2022
1 parent baac5f1 commit f3ce1fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ private void standardize(Analyzer analyzer) throws AnalysisException {
resetWindow = true;
}

// Change first_value/last_value RANGE windows to ROWS
// Change first_value RANGE windows to ROWS
if ((analyticFnName.getFunction().equalsIgnoreCase(FIRSTVALUE))
&& window != null
&& window.getType() == AnalyticWindow.Type.RANGE) {
Expand Down

0 comments on commit f3ce1fc

Please sign in to comment.