We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c04e1 commit 2dbdfaaCopy full SHA for 2dbdfaa
sql/core/src/main/scala/org/apache/spark/sql/execution/offset.scala
@@ -20,8 +20,7 @@ package org.apache.spark.sql.execution
20
import org.apache.spark.rdd.RDD
21
import org.apache.spark.serializer.Serializer
22
import org.apache.spark.sql.catalyst.InternalRow
23
-import org.apache.spark.sql.catalyst.expressions.SortOrder
24
-import org.apache.spark.sql.catalyst.expressions.Attribute
+import org.apache.spark.sql.catalyst.expressions.{Attribute, SortOrder}
25
import org.apache.spark.sql.catalyst.plans.physical.{Partitioning, SinglePartition}
26
27
0 commit comments