Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WangGuangxin committed Jun 4, 2024
1 parent c1d39fc commit 87a4692
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ private Expression.WindowFunction.Bound.Builder setBound(
default:
if (boundType instanceof PreComputeRangeFrameBound) {
// Used only when backend is velox and frame type is RANGE.
if (frameType != "RANGE") {
if (!frameType.equals("RANGE")) {
throw new GlutenException(
"Only Range frame supports PreComputeRangeFrameBound, but got " + frameType);
}
Expand Down

0 comments on commit 87a4692

Please sign in to comment.