JkSelf commented on code in PR #6667:
URL: https://github.com/apache/incubator-gluten/pull/6667#discussion_r1701467060
##########
backends-velox/src/test/scala/org/apache/gluten/execution/TestOperator.scala:
##########
@@ -351,14 +351,20 @@ class TestOperator extends
VeloxWholeStageTransformerSuite with AdaptiveSparkPla
}
test("window expression") {
- Seq("sort", "streaming").foreach {
- windowType =>
+ Seq(("sort", 0), ("streaming", 1)).foreach {
Review Comment:
@zml1206 Why the local sort size is different in "sort" and "streaming" ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]