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

planner, CTE: Fix default inline CTE which contains agg or window function and refactor inline CTE strategy | tidb-test=pr/2240 #48437

Merged

Commits on Nov 8, 2023

  1. planner, cte: Fix default inline cte which contains agg or window fun…

    …ction and refactor inline cte stratagy
    elsa0520 authored and ti-chi-bot committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    472b215 View commit details
    Browse the repository at this point in the history
  2. fix

    1. with in setoprselectlist should be record in ctestack
    2. the fake recursive cte also can be inlined. such as mark as recursive but has no recursive part in query
    elsa0520 authored and ti-chi-bot committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    5ac2763 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9c2583 View commit details
    Browse the repository at this point in the history
  4. fix ut

    elsa0520 authored and ti-chi-bot committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    d92b2b1 View commit details
    Browse the repository at this point in the history
  5. fix ut

    elsa0520 authored and ti-chi-bot committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    f587517 View commit details
    Browse the repository at this point in the history
  6. fix ut

    elsa0520 authored and ti-chi-bot committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    db24d66 View commit details
    Browse the repository at this point in the history
  7. fix ut

    elsa0520 authored and ti-chi-bot committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    e1e4117 View commit details
    Browse the repository at this point in the history
  8. use compute inline function instead

    elsa0520 authored and ti-chi-bot committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    fcf348e View commit details
    Browse the repository at this point in the history