Skip to content

Commit

Permalink
[SPARK-21809] : Fixing Scalastyle test again
Browse files Browse the repository at this point in the history
  • Loading branch information
pgandhi committed Jul 1, 2018
1 parent 6a0622e commit 132fce9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ private[v1] class StagesResource extends BaseAppResource {
}

// Performs pagination on the server side
def doPagination(queryParameters: MultivaluedMap[String, String], stageId: Int, stageAttemptId: Int):
Seq[TaskData] = {
def doPagination(queryParameters: MultivaluedMap[String, String], stageId: Int,
stageAttemptId: Int): Seq[TaskData] = {
val queryParams = queryParameters.keySet()
var columnToSort = 0
if (queryParams.contains("order[0][column]")) {
Expand Down

0 comments on commit 132fce9

Please sign in to comment.