Skip to content

Commit 828a455

Browse files
committed
address feedback
1 parent ece06ef commit 828a455

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

spark/src/test/scala/org/apache/spark/sql/benchmark/CometHashExpressionBenchmark.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ object CometHashExpressionBenchmark extends CometBenchmarkBase {
5050
runBenchmarkWithTable("Hash expression benchmarks", values) { v =>
5151
withTempPath { dir =>
5252
withTempTable("parquetV1Table") {
53+
// Data distribution: 1% NULL per column
54+
// - c_str: unique strings "string_0" through "string_N"
55+
// - c_int: integers 0-999,999 (cycling)
56+
// - c_long: large values 0 to ~1 billion
5357
prepareTable(
5458
dir,
5559
spark.sql(s"""

0 commit comments

Comments
 (0)