SPARK-33260: sort order is a Stream | 87 ms | Passed |
basic sorting using ExternalSort | 0.35 sec | Passed |
sort followed by limit | 0.19 sec | Passed |
sorting all nulls | 0.26 sec | Passed |
sorting does not crash for large inputs | 0.41 sec | Passed |
sorting on BinaryType with nullable=false, sortOrder=List('a ASC NULLS FIRST) | 0.17 sec | Passed |
sorting on BinaryType with nullable=false, sortOrder=List('a ASC NULLS LAST) | 0.18 sec | Passed |
sorting on BinaryType with nullable=false, sortOrder=List('a DESC NULLS FIRST) | 0.17 sec | Passed |
sorting on BinaryType with nullable=false, sortOrder=List('a DESC NULLS LAST) | 0.19 sec | Passed |
sorting on BinaryType with nullable=true, sortOrder=List('a ASC NULLS FIRST) | 0.28 sec | Passed |
sorting on BinaryType with nullable=true, sortOrder=List('a ASC NULLS LAST) | 0.2 sec | Passed |
sorting on BinaryType with nullable=true, sortOrder=List('a DESC NULLS FIRST) | 0.19 sec | Passed |
sorting on BinaryType with nullable=true, sortOrder=List('a DESC NULLS LAST) | 0.22 sec | Passed |
sorting on BooleanType with nullable=false, sortOrder=List('a ASC NULLS FIRST) | 0.14 sec | Passed |
sorting on BooleanType with nullable=false, sortOrder=List('a ASC NULLS LAST) | 0.13 sec | Passed |
sorting on BooleanType with nullable=false, sortOrder=List('a DESC NULLS FIRST) | 0.15 sec | Passed |
sorting on BooleanType with nullable=false, sortOrder=List('a DESC NULLS LAST) | 0.13 sec | Passed |
sorting on BooleanType with nullable=true, sortOrder=List('a ASC NULLS FIRST) | 0.22 sec | Passed |
sorting on BooleanType with nullable=true, sortOrder=List('a ASC NULLS LAST) | 0.16 sec | Passed |
sorting on BooleanType with nullable=true, sortOrder=List('a DESC NULLS FIRST) | 0.15 sec | Passed |
sorting on BooleanType with nullable=true, sortOrder=List('a DESC NULLS LAST) | 0.19 sec | Passed |
sorting on ByteType with nullable=false, sortOrder=List('a ASC NULLS FIRST) | 0.14 sec | Passed |
sorting on ByteType with nullable=false, sortOrder=List('a ASC NULLS LAST) | 0.14 sec | Passed |
sorting on ByteType with nullable=false, sortOrder=List('a DESC NULLS FIRST) | 0.14 sec | Passed |
sorting on ByteType with nullable=false, sortOrder=List('a DESC NULLS LAST) | 0.13 sec | Passed |
sorting on ByteType with nullable=true, sortOrder=List('a ASC NULLS FIRST) | 0.23 sec | Passed |
sorting on ByteType with nullable=true, sortOrder=List('a ASC NULLS LAST) | 0.15 sec | Passed |
sorting on ByteType with nullable=true, sortOrder=List('a DESC NULLS FIRST) | 0.19 sec | Passed |
sorting on ByteType with nullable=true, sortOrder=List('a DESC NULLS LAST) | 0.16 sec | Passed |
sorting on DateType with nullable=false, sortOrder=List('a ASC NULLS FIRST) | 0.14 sec | Passed |
sorting on DateType with nullable=false, sortOrder=List('a ASC NULLS LAST) | 0.17 sec | Passed |
sorting on DateType with nullable=false, sortOrder=List('a DESC NULLS FIRST) | 0.15 sec | Passed |
sorting on DateType with nullable=false, sortOrder=List('a DESC NULLS LAST) | 0.14 sec | Passed |
sorting on DateType with nullable=true, sortOrder=List('a ASC NULLS FIRST) | 0.2 sec | Passed |
sorting on DateType with nullable=true, sortOrder=List('a ASC NULLS LAST) | 0.17 sec | Passed |
sorting on DateType with nullable=true, sortOrder=List('a DESC NULLS FIRST) | 0.13 sec | Passed |
sorting on DateType with nullable=true, sortOrder=List('a DESC NULLS LAST) | 0.14 sec | Passed |
sorting on DecimalType(10,0) with nullable=false, sortOrder=List('a ASC NULLS FIRST) | 0.15 sec | Passed |
sorting on DecimalType(10,0) with nullable=false, sortOrder=List('a ASC NULLS LAST) | 0.17 sec | Passed |
sorting on DecimalType(10,0) with nullable=false, sortOrder=List('a DESC NULLS FIRST) | 0.15 sec | Passed |
sorting on DecimalType(10,0) with nullable=false, sortOrder=List('a DESC NULLS LAST) | 0.18 sec | Passed |
sorting on DecimalType(10,0) with nullable=true, sortOrder=List('a ASC NULLS FIRST) | 0.26 sec | Passed |
sorting on DecimalType(10,0) with nullable=true, sortOrder=List('a ASC NULLS LAST) | 0.19 sec | Passed |
sorting on DecimalType(10,0) with nullable=true, sortOrder=List('a DESC NULLS FIRST) | 0.17 sec | Passed |
sorting on DecimalType(10,0) with nullable=true, sortOrder=List('a DESC NULLS LAST) | 0.2 sec | Passed |
sorting on DecimalType(20,5) with nullable=false, sortOrder=List('a ASC NULLS FIRST) | 0.15 sec | Passed |
sorting on DecimalType(20,5) with nullable=false, sortOrder=List('a ASC NULLS LAST) | 0.17 sec | Passed |
sorting on DecimalType(20,5) with nullable=false, sortOrder=List('a DESC NULLS FIRST) | 0.16 sec | Passed |
sorting on DecimalType(20,5) with nullable=false, sortOrder=List('a DESC NULLS LAST) | 0.21 sec | Passed |
sorting on DecimalType(20,5) with nullable=true, sortOrder=List('a ASC NULLS FIRST) | 0.28 sec | Passed |
sorting on DecimalType(20,5) with nullable=true, sortOrder=List('a ASC NULLS LAST) | 0.2 sec | Passed |
sorting on DecimalType(20,5) with nullable=true, sortOrder=List('a DESC NULLS FIRST) | 0.18 sec | Passed |
sorting on DecimalType(20,5) with nullable=true, sortOrder=List('a DESC NULLS LAST) | 0.22 sec | Passed |
sorting on DecimalType(38,18) with nullable=false, sortOrder=List('a ASC NULLS FIRST) | 0.16 sec | Passed |
sorting on DecimalType(38,18) with nullable=false, sortOrder=List('a ASC NULLS LAST) | 0.16 sec | Passed |
sorting on DecimalType(38,18) with nullable=false, sortOrder=List('a DESC NULLS FIRST) | 0.18 sec | Passed |
sorting on DecimalType(38,18) with nullable=false, sortOrder=List('a DESC NULLS LAST) | 0.16 sec | Passed |
sorting on DecimalType(38,18) with nullable=true, sortOrder=List('a ASC NULLS FIRST) | 0.28 sec | Passed |
sorting on DecimalType(38,18) with nullable=true, sortOrder=List('a ASC NULLS LAST) | 0.2 sec | Passed |
sorting on DecimalType(38,18) with nullable=true, sortOrder=List('a DESC NULLS FIRST) | 0.21 sec | Passed |
sorting on DecimalType(38,18) with nullable=true, sortOrder=List('a DESC NULLS LAST) | 0.18 sec | Passed |
sorting on DoubleType with nullable=false, sortOrder=List('a ASC NULLS FIRST) | 0.17 sec | Passed |
sorting on DoubleType with nullable=false, sortOrder=List('a ASC NULLS LAST) | 0.14 sec | Passed |
sorting on DoubleType with nullable=false, sortOrder=List('a DESC NULLS FIRST) | 0.14 sec | Passed |
sorting on DoubleType with nullable=false, sortOrder=List('a DESC NULLS LAST) | 0.13 sec | Passed |
sorting on DoubleType with nullable=true, sortOrder=List('a ASC NULLS FIRST) | 0.28 sec | Passed |
sorting on DoubleType with nullable=true, sortOrder=List('a ASC NULLS LAST) | 0.18 sec | Passed |
sorting on DoubleType with nullable=true, sortOrder=List('a DESC NULLS FIRST) | 0.17 sec | Passed |
sorting on DoubleType with nullable=true, sortOrder=List('a DESC NULLS LAST) | 0.17 sec | Passed |
sorting on FloatType with nullable=false, sortOrder=List('a ASC NULLS FIRST) | 0.16 sec | Passed |
sorting on FloatType with nullable=false, sortOrder=List('a ASC NULLS LAST) | 0.13 sec | Passed |
sorting on FloatType with nullable=false, sortOrder=List('a DESC NULLS FIRST) | 0.14 sec | Passed |
sorting on FloatType with nullable=false, sortOrder=List('a DESC NULLS LAST) | 0.13 sec | Passed |
sorting on FloatType with nullable=true, sortOrder=List('a ASC NULLS FIRST) | 0.29 sec | Passed |
sorting on FloatType with nullable=true, sortOrder=List('a ASC NULLS LAST) | 0.17 sec | Passed |
sorting on FloatType with nullable=true, sortOrder=List('a DESC NULLS FIRST) | 0.17 sec | Passed |
sorting on FloatType with nullable=true, sortOrder=List('a DESC NULLS LAST) | 0.16 sec | Passed |
sorting on IntegerType with nullable=false, sortOrder=List('a ASC NULLS FIRST) | 0.14 sec | Passed |
sorting on IntegerType with nullable=false, sortOrder=List('a ASC NULLS LAST) | 0.15 sec | Passed |
sorting on IntegerType with nullable=false, sortOrder=List('a DESC NULLS FIRST) | 0.15 sec | Passed |
sorting on IntegerType with nullable=false, sortOrder=List('a DESC NULLS LAST) | 0.17 sec | Passed |
sorting on IntegerType with nullable=true, sortOrder=List('a ASC NULLS FIRST) | 0.23 sec | Passed |
sorting on IntegerType with nullable=true, sortOrder=List('a ASC NULLS LAST) | 0.19 sec | Passed |
sorting on IntegerType with nullable=true, sortOrder=List('a DESC NULLS FIRST) | 0.16 sec | Passed |
sorting on IntegerType with nullable=true, sortOrder=List('a DESC NULLS LAST) | 0.16 sec | Passed |
sorting on LongType with nullable=false, sortOrder=List('a ASC NULLS FIRST) | 0.18 sec | Passed |
sorting on LongType with nullable=false, sortOrder=List('a ASC NULLS LAST) | 0.14 sec | Passed |
sorting on LongType with nullable=false, sortOrder=List('a DESC NULLS FIRST) | 0.14 sec | Passed |
sorting on LongType with nullable=false, sortOrder=List('a DESC NULLS LAST) | 0.14 sec | Passed |
sorting on LongType with nullable=true, sortOrder=List('a ASC NULLS FIRST) | 0.26 sec | Passed |
sorting on LongType with nullable=true, sortOrder=List('a ASC NULLS LAST) | 0.16 sec | Passed |
sorting on LongType with nullable=true, sortOrder=List('a DESC NULLS FIRST) | 0.17 sec | Passed |
sorting on LongType with nullable=true, sortOrder=List('a DESC NULLS LAST) | 0.16 sec | Passed |
sorting on NullType with nullable=false, sortOrder=List('a ASC NULLS FIRST) | 0.16 sec | Passed |
sorting on NullType with nullable=false, sortOrder=List('a ASC NULLS LAST) | 0.16 sec | Passed |
sorting on NullType with nullable=false, sortOrder=List('a DESC NULLS FIRST) | 0.16 sec | Passed |
sorting on NullType with nullable=false, sortOrder=List('a DESC NULLS LAST) | 0.16 sec | Passed |
sorting on NullType with nullable=true, sortOrder=List('a ASC NULLS FIRST) | 0.2 sec | Passed |
sorting on NullType with nullable=true, sortOrder=List('a ASC NULLS LAST) | 0.19 sec | Passed |
sorting on NullType with nullable=true, sortOrder=List('a DESC NULLS FIRST) | 0.21 sec | Passed |
sorting on NullType with nullable=true, sortOrder=List('a DESC NULLS LAST) | 0.18 sec | Passed |
sorting on ShortType with nullable=false, sortOrder=List('a ASC NULLS FIRST) | 0.14 sec | Passed |
sorting on ShortType with nullable=false, sortOrder=List('a ASC NULLS LAST) | 0.14 sec | Passed |
sorting on ShortType with nullable=false, sortOrder=List('a DESC NULLS FIRST) | 0.13 sec | Passed |
sorting on ShortType with nullable=false, sortOrder=List('a DESC NULLS LAST) | 0.16 sec | Passed |
sorting on ShortType with nullable=true, sortOrder=List('a ASC NULLS FIRST) | 0.23 sec | Passed |
sorting on ShortType with nullable=true, sortOrder=List('a ASC NULLS LAST) | 0.19 sec | Passed |
sorting on ShortType with nullable=true, sortOrder=List('a DESC NULLS FIRST) | 0.15 sec | Passed |
sorting on ShortType with nullable=true, sortOrder=List('a DESC NULLS LAST) | 0.15 sec | Passed |
sorting on StringType with nullable=false, sortOrder=List('a ASC NULLS FIRST) | 0.3 sec | Passed |
sorting on StringType with nullable=false, sortOrder=List('a ASC NULLS LAST) | 0.28 sec | Passed |
sorting on StringType with nullable=false, sortOrder=List('a DESC NULLS FIRST) | 0.31 sec | Passed |
sorting on StringType with nullable=false, sortOrder=List('a DESC NULLS LAST) | 0.28 sec | Passed |
sorting on StringType with nullable=true, sortOrder=List('a ASC NULLS FIRST) | 0.37 sec | Passed |
sorting on StringType with nullable=true, sortOrder=List('a ASC NULLS LAST) | 0.33 sec | Passed |
sorting on StringType with nullable=true, sortOrder=List('a DESC NULLS FIRST) | 0.32 sec | Passed |
sorting on StringType with nullable=true, sortOrder=List('a DESC NULLS LAST) | 0.3 sec | Passed |
sorting on TimestampType with nullable=false, sortOrder=List('a ASC NULLS FIRST) | 0.17 sec | Passed |
sorting on TimestampType with nullable=false, sortOrder=List('a ASC NULLS LAST) | 0.16 sec | Passed |
sorting on TimestampType with nullable=false, sortOrder=List('a DESC NULLS FIRST) | 0.18 sec | Passed |
sorting on TimestampType with nullable=false, sortOrder=List('a DESC NULLS LAST) | 0.17 sec | Passed |
sorting on TimestampType with nullable=true, sortOrder=List('a ASC NULLS FIRST) | 0.19 sec | Passed |
sorting on TimestampType with nullable=true, sortOrder=List('a ASC NULLS LAST) | 0.17 sec | Passed |
sorting on TimestampType with nullable=true, sortOrder=List('a DESC NULLS FIRST) | 0.21 sec | Passed |
sorting on TimestampType with nullable=true, sortOrder=List('a DESC NULLS LAST) | 0.17 sec | Passed |
sorting updates peak execution memory | 99 ms | Passed |