Skip to content

Commit 2653613

Browse files
andygroveclaude
andcommitted
fix: add missing closing brace in unixTimestampFromDateBenchmark
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ee87199 commit 2653613

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ object CometDatetimeExpressionBenchmark extends CometBenchmarkBase {
9898
val name = s"Unix Timestamp from Date ($timeZone)"
9999
val query = "select unix_timestamp(dt) from parquetV1Table"
100100
runExpressionBenchmark(name, values, query)
101+
}
101102
}
102103
}
103104
}

0 commit comments

Comments
 (0)