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-32268][SQL] Row-level Runtime Filtering #35789

Closed
wants to merge 17 commits into from
Closed

Commits on Mar 9, 2022

  1. Initial commit

    somani committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    0dc67ad View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Merge branch 'master' into rf

    somani committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    ed1dd92 View commit details
    Browse the repository at this point in the history
  2. Dedupicate code

    somani committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    c851317 View commit details
    Browse the repository at this point in the history
  3. Missing assert

    somani committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    4017f31 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Format code

    wangyum committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    a67c216 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from wangyum/SPARK-32268

    Format code
    somani authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    a8bb273 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Addressed some review comments

    somani committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    722e911 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3698a97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5502796 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    504b7d8 View commit details
    Browse the repository at this point in the history
  5. Update sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/opti…

    …mizer/InjectRuntimeFilter.scala
    
    Co-authored-by: Prashant Singh <[email protected]>
    somani and singhpk234 authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    0bf41c4 View commit details
    Browse the repository at this point in the history
  6. more review comments

    somani committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    db4ac3b View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. More review comments

    somani committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    e611376 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Update sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/opti…

    …mizer/InjectRuntimeFilter.scala
    
    Co-authored-by: Wenchen Fan <[email protected]>
    somani and cloud-fan authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    c0a56c6 View commit details
    Browse the repository at this point in the history
  2. Update sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/opti…

    …mizer/InjectRuntimeFilter.scala
    
    Co-authored-by: Wenchen Fan <[email protected]>
    somani and cloud-fan authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    d4e032c View commit details
    Browse the repository at this point in the history
  3. Review comments

    somani committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    7cd444f View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Update sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/opti…

    …mizer/InjectRuntimeFilter.scala
    
    Co-authored-by: Wenchen Fan <[email protected]>
    somani and cloud-fan authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    015d578 View commit details
    Browse the repository at this point in the history