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

support generate IndexMerge cases #58

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Dec 11, 2021

  1. add some random expr Fn for IndexMerge

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    c15948e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. null value cannot be inserted to column which is part of pk

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    5e1ff41 View commit details
    Browse the repository at this point in the history
  2. add order by to make case stable; avoid same index in or

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    ce5421d View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. 1. table count is not limited

    2. only one column in pk, wo we can test clustered index for trans
    
    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    d08925b View commit details
    Browse the repository at this point in the history
  2. test partation table for index merge. when weight is 100, generate part

    table for 100%.
    
    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    4387b7c View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. test join/limit: multi table select

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    9b65777 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. add (A or B) and (C or D) and E in IndexMergeMyPredicates

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    2df28fb View commit details
    Browse the repository at this point in the history