Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
When we are comparing a int column with long literal, a < Int.MaxValue.toLong + 1L as a example, the analyzed plan would be LessThan(Cast(a, LongType), Literal).
The result of predicate is determined and we could fold this at optimization phase.
Attachments
Attachments
Issue Links
- relates to
-
SPARK-9182 filter and groupBy on DataFrames are not passed through to jdbc source
- Resolved
- links to