Skip to content
Prev Previous commit
Next Next commit
revert changes
  • Loading branch information
stevomitric committed Nov 13, 2024
commit daf0b8d28aacd866d55265f2896e1d17a7196ef0
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import org.apache.spark.unsafe.types.UTF8String

abstract class CollationBenchmarkBase extends BenchmarkBase {
protected val collationTypes: Seq[String] =
Seq("UTF8_BINARY")
Seq("UTF8_BINARY", "UTF8_LCASE", "UNICODE", "UNICODE_CI")

def generateSeqInput(n: Long): Seq[UTF8String]

Expand Down