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

Additional options support for SELECT INTO and LOAD DATA #6872

Merged

Commits on Oct 12, 2020

  1. More general parserr support for LOAD and planning for unsharded keys…

    …paces
    
    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    e2ac3a8 View commit details
    Browse the repository at this point in the history
  2. Plan support for LOAD on vttablet

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    3b833ab View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Added additional parsing support for Select into constructs

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    8af8017 View commit details
    Browse the repository at this point in the history
  2. Bug Fix and using correct assert package

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    88f4de8 View commit details
    Browse the repository at this point in the history
  3. Added planning support for select into constructs for unsharded keysp…

    …aces
    
    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    0183891 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Changed error messages to be more appropriate

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    8f405fe View commit details
    Browse the repository at this point in the history
  2. Created a separate test for Load Data statements

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    a47f147 View commit details
    Browse the repository at this point in the history
  3. Merged Master

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    3bf2f16 View commit details
    Browse the repository at this point in the history
  4. Removed a few test cases from unsupported and changed output of one t…

    …est case
    
    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    434a0ac View commit details
    Browse the repository at this point in the history
  5. Added basic end to end test for Select into and load data

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    d374c39 View commit details
    Browse the repository at this point in the history
  6. Updated tests for better coverage

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    97dc373 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Added separate PlanId for Load statements

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    332a63b View commit details
    Browse the repository at this point in the history
  2. Added test cases for incorrect query

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    d1d8b7d View commit details
    Browse the repository at this point in the history
  3. Merged Master

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    65d8270 View commit details
    Browse the repository at this point in the history
  4. Changed a PlanLoad to follow PlanInsert rather than PlanDDL

    Signed-off-by: GuptaManan100 <manan@planetscale.com>
    GuptaManan100 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    06e466e View commit details
    Browse the repository at this point in the history