Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/22429#discussion_r232604420
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/limit.scala ---
@@ -176,9 +176,9 @@ case class TakeOrderedAndProjectExec(
override def outputPartitioning: Partitioning = SinglePartition
- override def simpleString: String = {
- val orderByString = Utils.truncatedString(sortOrder, "[", ",", "]")
- val outputString = Utils.truncatedString(output, "[", ",", "]")
+ override def simpleString(maxFields: Option[Int]): String = {
--- End diff --
Can we just get rid of the `maxFields`? I think this makes the PR hard to
read.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]