Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-12506

Push down WHERE clause arithmetic operator to JDBC layer

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Incomplete
    • None
    • None
    • SQL

    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

          Activity

            People

              apachespark Apache Spark
              huaxing Huaxin Gao
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: