Skip to content

Commit 76390cd

Browse files
committed
chore: Fallback to Spark for Windows
1 parent 921ef39 commit 76390cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark/src/test/scala/org/apache/comet/exec/CometWindowExecSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ class CometWindowExecSuite extends CometTestBase {
365365

366366
// TODO: COUNT with ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW produces incorrect results
367367
// Returns wrong cnt values - ordering issue causes swapped values for rows with same partition
368-
test("window: COUNT with ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW") {
368+
ignore("window: COUNT with ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW") {
369369
withTempDir { dir =>
370370
(0 until 30)
371371
.map(i => (i % 3, i % 5, i))

0 commit comments

Comments
 (0)