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

Change insert into to streaming #1191

Merged
merged 4 commits into from
May 23, 2019
Merged

Commits on May 23, 2019

  1. Change insert into to streaming

    * The non-streaming hint of insert into will use the streamin plan which is same as the plan of stream insert.
      It will also record the load info and return the label of insert stmt.
    * The partition is supportted in insert into stmt. The result which meet the target partitions will be loaded.
    EmmyMiao87 committed May 23, 2019
    Configuration menu
    Copy the full SHA
    ee169fb View commit details
    Browse the repository at this point in the history
  2. Update docs of insert stmt

    The introduction of example has been changed especially non-streaming insert.
    Also, the param of partition_names is added in sql syntax which is used to declare the target partition_names in target table.
    EmmyMiao87 committed May 23, 2019
    Configuration menu
    Copy the full SHA
    43746c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f73f17 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be39b8f View commit details
    Browse the repository at this point in the history