Github user gengliangwang commented on a diff in the pull request: https://github.com/apache/spark/pull/22668#discussion_r224101829 --- Diff: core/src/main/scala/org/apache/spark/ui/PagedTable.scala --- @@ -123,10 +123,9 @@ private[ui] trait PagedTable[T] { /** * Return a page navigation. * <ul> - * <li>If the totalPages is 1, the page navigation will be empty</li> * <li> - * If the totalPages is more than 1, it will create a page navigation including a group of - * page numbers and a form to submit the page number. + * It will create a page navigation including a group of page numbers and a form --- End diff -- I don't think we need to put this comment inside `<ul><li>..</li></ul>`
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org