fyp711 commented on code in PR #5242:
URL: https://github.com/apache/incubator-gluten/pull/5242#discussion_r1549346548
##########
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:
> Could you clarify why we need to remove this test? Thanks!
@sujithjay @PHILO-HE There seems some differences between the unbase64
function provided by Velox and Spark, such as when the length of the passed
string is not a multiple of 4.
--
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]