zml1206 commented on code in PR #12308:
URL: https://github.com/apache/gluten/pull/12308#discussion_r3424953197
##########
backends-velox/src/test/scala/org/apache/gluten/execution/MiscOperatorSuite.scala:
##########
@@ -514,7 +514,7 @@ class MiscOperatorSuite extends
VeloxWholeStageTransformerSuite with AdaptiveSpa
runQueryAndCompare(
"select l_suppkey, l_orderkey, nth_value(1, 2) over" +
" (partition by l_suppkey order by l_orderkey) from lineitem ") {
- checkSparkPlan[WindowExec]
+ checkSparkPlan[WindowExecTransformer]
}
Review Comment:
I think we can remove this test, because it duplicates the test added in
WindowFunctionsValidateSuite.
--
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]