Skip to content

Commit 59b292a

Browse files
committed
address feedback
1 parent e1031b3 commit 59b292a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ object CometComparisonExpressionBenchmark extends CometBenchmarkBase {
6161
runBenchmarkWithTable("Comparison expression benchmarks", values) { v =>
6262
withTempPath { dir =>
6363
withTempTable("parquetV1Table") {
64+
// Data distribution:
65+
// - c_int: 10% NULL, integers -50,000 to 49,999
66+
// - c_int2: 10% NULL, integers 0-999
67+
// - c_float/c_double: 2% NULL, 2% NaN, rest are values 0.00-99.99
6468
prepareTable(
6569
dir,
6670
spark.sql(s"""

0 commit comments

Comments
 (0)