Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-38852 Better Data Source V2 operator pushdown framework
  3. SPARK-39909

Organize the check of push down information for JDBCV2Suite

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.4.0
    • 3.4.0
    • SQL
    • None

    Description

      Currently, JDBCV2Suite have many test cases check the push-down information looks not clean.
      For example,

      checkPushedInfo(df,
        "PushedFilters: [DEPT IS NOT NULL, DEPT > 1], PushedLimit: LIMIT 1, ")
      

      If we change it to below looks better.

      checkPushedInfo(df,
        "PushedFilters: [DEPT IS NOT NULL, DEPT > 1]",
        "PushedLimit: LIMIT 1")
      

      Attachments

        Activity

          People

            choko111 miracle
            beliefer Jiaan Geng
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: