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

expression: support enum pushdown #22686

Merged
merged 39 commits into from
Apr 26, 2021
Merged

expression: support enum pushdown #22686

merged 39 commits into from
Apr 26, 2021

Commits on Feb 3, 2021

  1. support enum pushdown

    dyzsr committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    bbfe974 View commit details
    Browse the repository at this point in the history
  2. modify test case

    dyzsr committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    ffb83b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. modify unistore

    dyzsr committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    3b05a97 View commit details
    Browse the repository at this point in the history
  2. merge from 22691

    dyzsr committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    272fb86 View commit details
    Browse the repository at this point in the history
  3. updates

    dyzsr committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    50823b5 View commit details
    Browse the repository at this point in the history
  4. update decode encode

    dyzsr committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    3cfeb2e View commit details
    Browse the repository at this point in the history
  5. fix CI

    dyzsr committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    3bc80be View commit details
    Browse the repository at this point in the history
  6. fix CI

    dyzsr committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    a824e93 View commit details
    Browse the repository at this point in the history
  7. updates

    dyzsr committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    789d0c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Configuration menu
    Copy the full SHA
    5ab07e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e1722f View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

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

Commits on Mar 11, 2021

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

Commits on Mar 18, 2021

  1. add test cases

    dyzsr committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    3863129 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96c3967 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f12567 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

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

Commits on Mar 31, 2021

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

    dyzsr committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    df8d290 View commit details
    Browse the repository at this point in the history
  3. updates

    dyzsr committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    d52bb7f View commit details
    Browse the repository at this point in the history
  4. updates

    dyzsr committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    860c1ad View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Configuration menu
    Copy the full SHA
    9273da7 View commit details
    Browse the repository at this point in the history
  2. bug fixes

    dyzsr committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    c655797 View commit details
    Browse the repository at this point in the history
  3. update

    dyzsr committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    0baf362 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

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

    dyzsr committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    fa002ad View commit details
    Browse the repository at this point in the history
  3. add simple test

    dyzsr committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    96e3859 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. update parser

    wshwsh12 committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    d83fed3 View commit details
    Browse the repository at this point in the history
  2. avoid push down to tiflash

    wshwsh12 committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    55aafe3 View commit details
    Browse the repository at this point in the history
  3. avoid enum index range scan

    wshwsh12 committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    d810d7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e556387 View commit details
    Browse the repository at this point in the history
  5. fix test

    wshwsh12 committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    b6d7bbc View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. update parser

    wshwsh12 committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    55fda14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38da991 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab9094d View commit details
    Browse the repository at this point in the history
  4. add test for correlated query

    Signed-off-by: dongyan <dybest@icloud.com>
    dyzsr committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    95affa1 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

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

Commits on Apr 26, 2021

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