Skip to content

Commit

Permalink
SPARK 46840 added org.apache.spark.sql.execution.benchmark.Collation…
Browse files Browse the repository at this point in the history
…Benchmark [wip].
  • Loading branch information
GideonPotok committed Mar 17, 2024
1 parent 8370222 commit 29ad798
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import org.apache.spark.sql.functions._
*/

object CollationBenchmark extends SqlBasedBenchmark {
private val collationTypes = Seq("UCS_BASIC_LCASE", "UNICODE", "UNICODE_CI")
private val collationTypes = Seq("UTF8_BINARY", "UTF8_BINARY_LCASE", "UNICODE", "UNICODE_CI")

def generateUTF8Strings(n: Int): Seq[UTF8String] = {
// Generate n UTF8Strings
Expand Down

0 comments on commit 29ad798

Please sign in to comment.