Skip to content

Commit 1d0fab5

Browse files
committed
test(spark): add regression test for datediff with dictionary-encoded timestamps
1 parent 5da8d77 commit 1d0fab5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spark/src/test/scala/org/apache/spark/sql/comet/ParquetDatetimeRebaseSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ abstract class ParquetDatetimeRebaseSuite extends CometTestBase {
116116
}
117117
}
118118

119-
test("COMET-XXXX: datediff works with dictionary-encoded timestamp columns") {
119+
test("datediff works with dictionary-encoded timestamp columns") {
120120
withTempPath { path =>
121121
withSQLConf(
122122
CometConf.COMET_NATIVE_SCAN_IMPL.key -> CometConf.SCAN_NATIVE_COMET,

0 commit comments

Comments
 (0)