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 b81419f commit 28f1b70Copy full SHA for 28f1b70
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/SortOrderExpressionsSuite.scala
@@ -28,7 +28,6 @@ import org.apache.spark.util.collection.unsafe.sort.PrefixComparators._
28
class SortOrderExpressionsSuite extends SparkFunSuite with ExpressionEvalHelper {
29
30
test("SortPrefix") {
31
-
32
val b1 = Literal.create(false, BooleanType)
33
val b2 = Literal.create(true, BooleanType)
34
val i1 = Literal.create(20132983, IntegerType)
0 commit comments