huaxingao commented on code in PR #37349:
URL: https://github.com/apache/spark/pull/37349#discussion_r934011061
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/v2/DataSourceV2StrategySuite.scala:
##########
@@ -173,7 +173,7 @@ class DataSourceV2StrategySuite extends PlanTest with
SharedSparkSession {
testTranslateFilter(LessThanOrEqual(
// Expressions are not supported
// Functions such as 'Abs' are not supported
- Subtract(Abs(attrInt), 2), 1), None)
+ Subtract(Abs(attrInt, failOnError = false), 2), 1), None)
Review Comment:
nit: for the above comment, shall we be more specific and say
```
// Functions such as 'Abs' are not pushed down with ANSI mode off
```
--
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]