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

feat(fuzzer): Add Semi Filter to Join Fuzzer #11473

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Nov 19, 2024

  1. fix(fuzzer): Add filter parsing to toSql methods for hasJoinNode in R…

    …eferenceQueryRunners (facebookincubator#11566)
    
    Summary:
    
    This change updates both the DuckQueryRunner and PrestoQueryRunner to parse filters in their hasJoinNode toSql methods.
    
    Differential Revision: D66021799
    Daniel Hunte authored and facebook-github-bot committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    77bef4b View commit details
    Browse the repository at this point in the history
  2. fix(fuzzer): Fix toSql methods for NestedLoopJoinNode in Reference Qu…

    …ery Runners (facebookincubator#11576)
    
    Summary:
    
    The select clause is completely missing in the produced query string.
    
    Differential Revision: D66132514
    Daniel Hunte authored and facebook-github-bot committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    242d1ed View commit details
    Browse the repository at this point in the history
  3. feat(fuzzer): Add Semi Filter to Join Fuzzer (facebookincubator#11473)

    Summary:
    
    This changes adds a semi filter to the join filter 10% of the time. Currently it only supports boolean and integer columns.
    
    Differential Revision: D65629460
    Daniel Hunte authored and facebook-github-bot committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    ffeb950 View commit details
    Browse the repository at this point in the history