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

Recursive CTEs: Stage 2 - add support for sql -> logical plan generation #8839

Merged
merged 11 commits into from
Jan 19, 2024

Commits on Jan 16, 2024

  1. add config flag for recursive ctes

    update docs from script
    
    update slt test for doc change
    matthewgapp committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    162e740 View commit details
    Browse the repository at this point in the history
  2. restore testing pin

    matthewgapp committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    cbe79e5 View commit details
    Browse the repository at this point in the history
  3. add sql -> logical plan support

    * impl cte as work table
    
    * move SharedState to continuance
    
    * impl WorkTableState
    
    wip: readying pr to implement only logical plan
    
    fix sql integration test
    
    wip: add sql test for logical plan
    
    wip: format test assertion
    matthewgapp committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    6ef0ff2 View commit details
    Browse the repository at this point in the history
  4. wip: remove uncessary with qualifier method

    some docs
    
    more docs
    matthewgapp committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    8d38c92 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    57cf8b4 View commit details
    Browse the repository at this point in the history
  2. Add comments to RecursiveQuery

    alamb committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    675a6df View commit details
    Browse the repository at this point in the history
  3. Update datfusion-cli Cargo.lock

    alamb committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    85c2764 View commit details
    Browse the repository at this point in the history
  4. Fix clippy

    alamb committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    63445d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    129d41a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd95b79 View commit details
    Browse the repository at this point in the history
  7. wip: tweak

    matthewgapp committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    ead6b30 View commit details
    Browse the repository at this point in the history