Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-32792][SQL] Improve Parquet In filter pushdown #29642

Closed
wants to merge 21 commits into from
Closed

[SPARK-32792][SQL] Improve Parquet In filter pushdown #29642

wants to merge 21 commits into from

Commits on Sep 3, 2020

  1. Configuration menu
    Copy the full SHA
    648e8e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. Configuration menu
    Copy the full SHA
    e5e2fe2 View commit details
    Browse the repository at this point in the history
  2. pushdown

    wangyum committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    c5ab656 View commit details
    Browse the repository at this point in the history
  3. Update doc

    wangyum committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    0169114 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Configuration menu
    Copy the full SHA
    b29eca1 View commit details
    Browse the repository at this point in the history
  2. Update benchmark result

    wangyum committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    ebb13cc View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Add getMinMaxValue

    wangyum committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    b8cb1f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Configuration menu
    Copy the full SHA
    8423c6a View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

  1. Reduce changes

    wangyum committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    5c3c8ea View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Configuration menu
    Copy the full SHA
    af9d7d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Add test

    wangyum committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    d67b103 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into SPARK-32792

    # Conflicts:
    #	sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
    wangyum committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    869e37f View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2020

  1. Update SQLConf.scala

    wangyum committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    a98b354 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. rename

    wangyum committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    2310a69 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Merge remote-tracking branch 'upstream/master' into SPARK-32792

    # Conflicts:
    #	sql/core/benchmarks/FilterPushdownBenchmark-jdk11-results.txt
    #	sql/core/benchmarks/FilterPushdownBenchmark-results.txt
    #	sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveShim.scala
    wangyum committed May 3, 2021
    Configuration menu
    Copy the full SHA
    48250ca View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Merge master

    wangyum committed May 4, 2021
    Configuration menu
    Copy the full SHA
    11c479f View commit details
    Browse the repository at this point in the history
  2. Update benchmark result

    wangyum committed May 4, 2021
    Configuration menu
    Copy the full SHA
    f269f8d View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Fix

    wangyum committed May 7, 2021
    Configuration menu
    Copy the full SHA
    f0bfb06 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Configuration menu
    Copy the full SHA
    00ff10f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27a2bf6 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. fix

    wangyum committed May 16, 2021
    Configuration menu
    Copy the full SHA
    2545c1e View commit details
    Browse the repository at this point in the history