Skip to content

Commit

Permalink
Reformatted exception message.
Browse files Browse the repository at this point in the history
Signed-off-by: MithunR <[email protected]>
  • Loading branch information
mythrocks committed Dec 18, 2024
1 parent dbbd070 commit b483ac2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ case class GpuWindowGroupLimitExec(
case GpuDenseRank(_) => DenseRankFunction
case GpuRowNumber => RowNumberFunction
case _ =>
throw new UnsupportedOperationException("Only rank, dense_rank and " +
"row_number are currently supported for group limits")
throw new UnsupportedOperationException("Only rank, dense_rank and row_number are " +
"currently supported for group limits")
}

override protected def internalDoExecuteColumnar(): RDD[ColumnarBatch] = {
Expand Down

0 comments on commit b483ac2

Please sign in to comment.