zml1206 commented on code in PR #11152:
URL:
https://github.com/apache/incubator-gluten/pull/11152#discussion_r2554482815
##########
gluten-ut/spark40/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala:
##########
@@ -148,6 +148,10 @@ class VeloxTestSettings extends BackendTestSettings {
// Vanilla Spark does not have a unified DST Timestamp fastTime.
1320570000000L and
// 1320566400000L both represent 2011-11-06 01:00:00.
.exclude("SPARK-42635: timestampadd near daylight saving transition")
+
+ // TODO: fix in Spark-4.0
+ .exclude("SPARK-50669: timestampadd with long types")
Review Comment:
Velox currently does not support value larger than Int.MaxValue.
--
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]