zhztheplayer commented on code in PR #7620:
URL: https://github.com/apache/incubator-gluten/pull/7620#discussion_r1810027629
##########
gluten-ut/spark34/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala:
##########
@@ -896,8 +896,12 @@ class VeloxTestSettings extends BackendTestSettings {
enableSuite[GlutenSameResultSuite]
enableSuite[GlutenSortSuite]
enableSuite[GlutenSQLAggregateFunctionSuite]
- // spill not supported yet.
- enableSuite[GlutenSQLWindowFunctionSuite].exclude("test with low buffer
spill threshold")
+ // spill not supported yet.enableSuite[GlutenSQLWindowFunctionSuite]
+ enableSuite[GlutenSQLWindowFunctionSuite]
+ .exclude("test with low buffer spill threshold")
+ // https://github.com/apache/incubator-gluten/issues/7631
+ .exclude(
+ "SPARK-16633: lead/lag should return the default value if the offset row
does not exist")
Review Comment:
https://github.com/apache/incubator-gluten/pull/7620
--
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]