Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Incomplete
-
None
-
None
Description
For arithmetic operator in WHERE clause such as
select * from table where c1 + c2 > 10
Currently where c1 + c2 >10 is done at spark layer.
Will push this to JDBC layer so it will be done in database.
Attachments
Issue Links
- is related to
-
SPARK-12126 JDBC datasource processes filters only commonly pushed down.
- Resolved
- relates to
-
SPARK-12449 Pushing down arbitrary logical plans to data sources
- Resolved
- links to