We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921ef39 commit 76390cdCopy full SHA for 76390cd
spark/src/test/scala/org/apache/comet/exec/CometWindowExecSuite.scala
@@ -365,7 +365,7 @@ class CometWindowExecSuite extends CometTestBase {
365
366
// TODO: COUNT with ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW produces incorrect results
367
// 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") {
+ ignore("window: COUNT with ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW") {
369
withTempDir { dir =>
370
(0 until 30)
371
.map(i => (i % 3, i % 5, i))
0 commit comments