JkSelf commented on code in PR #10667:
URL: 
https://github.com/apache/incubator-gluten/pull/10667#discussion_r2361488869


##########
backends-velox/src/test/scala/org/apache/gluten/execution/MiscOperatorSuite.scala:
##########
@@ -524,6 +524,74 @@ class MiscOperatorSuite extends 
VeloxWholeStageTransformerSuite with AdaptiveSpa
     }
   }
 
+  test("optimize sort window to streaming window") {
+    withSQLConf(VeloxConfig.COLUMNAR_VELOX_WINDOW_TYPE.key -> "sort") {

Review Comment:
   @zjuwangg We've merged PR #10734 
(https://github.com/apache/incubator-gluten/pull/10734), which removes the sort 
window functionality. This PR can now be closed. Thanks.



-- 
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]

Reply via email to