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

feat: support Merge-Into V1 #12350

Merged
merged 124 commits into from
Aug 29, 2023
Merged

Commits on Aug 3, 2023

  1. try to add merge grammer

    JackTan25 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    bc8115e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    916604b View commit details
    Browse the repository at this point in the history
  2. finish parser stage

    JackTan25 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f7ccc95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a30ace View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0dc670 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1fa3b8 View commit details
    Browse the repository at this point in the history
  6. remove useless codes

    JackTan25 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    291e813 View commit details
    Browse the repository at this point in the history
  7. add MergeIntoPlan

    JackTan25 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    5d30a2d View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    c0074b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    2ac1859 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c71100 View commit details
    Browse the repository at this point in the history
  3. fix distributed http error

    JackTan25 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    021724b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    353f828 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85131aa View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    ebe2fca View commit details
    Browse the repository at this point in the history
  2. remove useless codes

    JackTan25 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    53900d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12e5b65 View commit details
    Browse the repository at this point in the history
  4. revert match_insert

    JackTan25 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    33f8818 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    e3c1654 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6e1de6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    615a568 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4703b2 View commit details
    Browse the repository at this point in the history
  5. cover match pattern

    JackTan25 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    2e40470 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5abccad View commit details
    Browse the repository at this point in the history
  7. cover match pattern

    JackTan25 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    bfb4ca6 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Configuration menu
    Copy the full SHA
    fe6420e View commit details
    Browse the repository at this point in the history
  2. stash

    JackTan25 committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    c297af9 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    b46c630 View commit details
    Browse the repository at this point in the history
  2. add merge_source_scan

    JackTan25 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    cceaaf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2af4387 View commit details
    Browse the repository at this point in the history
  4. bind join

    JackTan25 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    d3783f6 View commit details
    Browse the repository at this point in the history
  5. stash

    JackTan25 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    27768ae View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. refactor merge_source

    JackTan25 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    ed8836b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4de522b View commit details
    Browse the repository at this point in the history
  3. bind clauses

    JackTan25 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    8f9ad05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8941cef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b1bbe5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    404827a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    855a267 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cb244a8 View commit details
    Browse the repository at this point in the history
  9. add new plan node

    JackTan25 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    0679de7 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    719531e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8b0a23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b3e1de View commit details
    Browse the repository at this point in the history
  4. try to add processor

    JackTan25 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    b281c88 View commit details
    Browse the repository at this point in the history
  5. add physical plan

    JackTan25 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    3bdd191 View commit details
    Browse the repository at this point in the history
  6. fix columns_set

    JackTan25 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    48997fa View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    ba6f793 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c12f1ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19c4ffa View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    be52080 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    a5bcfb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    087d7f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cea83e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f8a6ba View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    655304d View commit details
    Browse the repository at this point in the history
  2. add split operator

    JackTan25 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    73ef4d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    807c3fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    947af32 View commit details
    Browse the repository at this point in the history
  5. build source pipeline

    JackTan25 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    052d5c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c046a95 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    99f0bb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b4cdfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cae8641 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc88dd8 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    899c107 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c00683 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd8da12 View commit details
    Browse the repository at this point in the history
  4. add util split_by_expr

    JackTan25 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    8475148 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    cfa5bdf View commit details
    Browse the repository at this point in the history
  2. finish not match insert

    JackTan25 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a660f2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    977478b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    d5f8d61 View commit details
    Browse the repository at this point in the history
  2. fix

    JackTan25 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e725c77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fd9b2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f1764f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ded1bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0117bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f131ec1 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    241649c View commit details
    Browse the repository at this point in the history
  2. add mutation logentries

    JackTan25 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    19d5883 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28f21ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfe91ad View commit details
    Browse the repository at this point in the history
  5. add matched mutation

    JackTan25 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    af8fdb0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    219f127 View commit details
    Browse the repository at this point in the history
  7. add setting

    JackTan25 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    5ad7b99 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    74ddd8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17faabb View commit details
    Browse the repository at this point in the history
  3. fix bug

    JackTan25 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e50c927 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c023968 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b66183 View commit details
    Browse the repository at this point in the history
  6. fix col_index bug

    JackTan25 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    2880d28 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Configuration menu
    Copy the full SHA
    44fefe5 View commit details
    Browse the repository at this point in the history
  2. fix test

    JackTan25 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    9338278 View commit details
    Browse the repository at this point in the history
  3. fix typos

    JackTan25 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    3a05acc View commit details
    Browse the repository at this point in the history
  4. fix typos

    JackTan25 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    99e308e View commit details
    Browse the repository at this point in the history
  5. fix clippy

    JackTan25 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    8944344 View commit details
    Browse the repository at this point in the history
  6. add more tests

    JackTan25 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    1f35a1b View commit details
    Browse the repository at this point in the history
  7. add tests

    JackTan25 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    9115410 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    72a503b View commit details
    Browse the repository at this point in the history
  2. fix bugs

    JackTan25 committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    0e6b1f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19d14f1 View commit details
    Browse the repository at this point in the history
  4. add info

    JackTan25 committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    394c16b View commit details
    Browse the repository at this point in the history
  5. fix typo

    JackTan25 committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    1e59385 View commit details
    Browse the repository at this point in the history
  6. fix ut

    JackTan25 committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    cee8d4a View commit details
    Browse the repository at this point in the history
  7. fix native failure

    JackTan25 committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    3fd0051 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    1ac3801 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3de1489 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e61532e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2098cf6 View commit details
    Browse the repository at this point in the history
  5. Update src/common/exception/src/exception_code.rs

    Co-authored-by: Andy Lok <andylokandy@hotmail.com>
    JackTan25 and andylokandy authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7a173aa View commit details
    Browse the repository at this point in the history
  6. remove useless comments

    JackTan25 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    0ef3ede View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1201913 View commit details
    Browse the repository at this point in the history
  8. fix

    JackTan25 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    17eb8f0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6b5c939 View commit details
    Browse the repository at this point in the history
  10. fix check

    JackTan25 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    6a87a93 View commit details
    Browse the repository at this point in the history
  11. unify codes

    JackTan25 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    15d171f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. fix

    JackTan25 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    91dce14 View commit details
    Browse the repository at this point in the history
  2. check duplicate

    JackTan25 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    b8cae8a View commit details
    Browse the repository at this point in the history
  3. check duplicate

    JackTan25 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    1dfb53b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ade15a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3dc9eba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c77837c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a1980d9 View commit details
    Browse the repository at this point in the history