fyp711 commented on code in PR #5242:
URL: https://github.com/apache/incubator-gluten/pull/5242#discussion_r1553976712
##########
gluten-ut/spark34/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala:
##########
@@ -144,6 +144,7 @@ class VeloxTestSettings extends BackendTestSettings {
enableSuite[GlutenRegexpExpressionsSuite]
enableSuite[GlutenSortOrderExpressionsSuite]
enableSuite[GlutenStringExpressionsSuite]
+ .exclude("base64/unbase64 for string")
Review Comment:
@sujithjay It's perfect, Could you do a test? It seems if it's not a
multiple of 4 then the spark will return null, but the velox will crash (throw
an exception) . The reason for adding this filter is because of this
difference. 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]