Github user liancheng commented on a diff in the pull request:
https://github.com/apache/spark/pull/9468#discussion_r43961773
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/sources/FilteredScanSuite.scala ---
@@ -277,13 +273,13 @@ class FilteredScanSuite extends DataSourceTest with
SharedSQLContext {
testPushDown("SELECT c FROM oneToTenFiltered WHERE c IN ('aaaaaAAAAA',
'foo')", 1, Set("c"))
// Columns only referenced by UDF filter must be required, as UDF
filters can't be pushed down.
- testPushDown("SELECT c FROM oneToTenFiltered WHERE udf_gt3(A)", 10,
Set("a", "c"))
+ testPushDown("SELECT c FROM oneToTenFiltered WHERE A + b > 9", 10,
Set("a", "b", "c"))
--- End diff --
Yes.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]