WangGuangxin commented on issue #23942: [SPARK-27033][SQL]Add Optimize rule 
RewriteArithmeticFiltersOnIntOrLongColumn
URL: https://github.com/apache/spark/pull/23942#issuecomment-469269551
 
 
   > **[Test build #102994 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/102994/testReport)**
 for PR 23942 at commit 
[`82ff2a1`](https://github.com/apache/spark/commit/82ff2a10335b5f1d06621eb386d33af517dd8640).
   > 
   > * This patch **fails Spark unit tests**.
   > * This patch merges cleanly.
   > * This patch adds no public classes.
   
   This fails the test 
`org.apache.spark.sql.hive.OptimizeHiveMetadataOnlyQuerySuite.SPARK-23877: 
filter on projected expression`  becasue it supposes `part + 1 < 5` will not be 
pushed down, which is just what this PR does.  cc @rdblue for confirmation.

----------------------------------------------------------------
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