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

[fix][plan] relax the check for distinct, order by for dataframe #5258

Merged
merged 1 commit into from
Feb 16, 2023

Commits on Feb 12, 2023

  1. [fix][plan] relax the check for distinct, order by for dataframe

    In pr apache#5132, we added a check that order by expr list must exist in distinct expr list,
    this restriction may be over eager for dataframe user, sometimes they may want to do this
    for some particular reasons.
    
    In this pr, we relax the check for distinct, order by for dataframe, this check will only be
    triggered for sql planner.
    
    Signed-off-by: xyz <a997647204@gmail.com>
    xiaoyong-z committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    83d9864 View commit details
    Browse the repository at this point in the history