mgaido91 commented on a change in pull request #24553: [SPARK-27604][SQL] 
Enhance constant propagation
URL: https://github.com/apache/spark/pull/24553#discussion_r287555610
 
 

 ##########
 File path: 
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/FileSourceStrategySuite.scala
 ##########
 @@ -197,7 +197,7 @@ class FileSourceStrategySuite extends QueryTest with 
SharedSQLContext with Predi
         "when checking partition values")
     }
     // Only the filters that do not contain the partition column should be 
pushed down
-    checkDataFilters(Set(IsNotNull("c1"), EqualTo("c1", 1)))
+    checkDataFilters(Set(EqualTo("c1", 1)))
 
 Review comment:
   Yes, I think it is fine to omit it. Mine was just a question, I am just 
curious, as I don't really get the reason of this change: I mean I don't 
understand why this constraint isn't there anymore.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to