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

Move wildcard expansions to the analyzer #11681

Merged
merged 41 commits into from
Aug 13, 2024

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    cee3a11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98ef466 View commit details
    Browse the repository at this point in the history
  3. fix fmt

    goldmedal committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    3b1c39a View commit details
    Browse the repository at this point in the history
  4. fix the view tests

    goldmedal committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    f3b642a View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. expand wildcard for schema

    goldmedal committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    01382f1 View commit details
    Browse the repository at this point in the history
  2. fix for union query

    goldmedal committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    63ce513 View commit details
    Browse the repository at this point in the history
  3. cargo fmt clippy

    goldmedal committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    59cf620 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8775862 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8cc5553 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. remove debug message

    goldmedal committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    718b720 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    623777c View commit details
    Browse the repository at this point in the history
  2. remove unused function

    goldmedal committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    50d2e3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9410c1b View commit details
    Browse the repository at this point in the history
  4. fix cargo check

    goldmedal committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0b2bba9 View commit details
    Browse the repository at this point in the history
  5. fix cargo fmt

    goldmedal committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    36a2e1c View commit details
    Browse the repository at this point in the history
  6. fix test

    goldmedal committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    dd487e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. extract expand_exprlist

    goldmedal committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    f01c0dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4aa8e64 View commit details
    Browse the repository at this point in the history
  3. refine the doc

    goldmedal committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    89c1b3d View commit details
    Browse the repository at this point in the history
  4. fix tests

    goldmedal committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    20479ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15dddf6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88632b2 View commit details
    Browse the repository at this point in the history
  7. remove unused import

    goldmedal committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    38dc403 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d95ad74 View commit details
    Browse the repository at this point in the history
  9. fix check

    goldmedal committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    d2bdb7f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c5d304e View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

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

    goldmedal committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    0bd43a5 View commit details
    Browse the repository at this point in the history
  3. fix the window functions

    goldmedal committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    46922f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55f13e3 View commit details
    Browse the repository at this point in the history
  5. fix clippy and fmt

    goldmedal committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    7272349 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b55265 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    03b9b19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3503e7 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    goldmedal committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    d21063a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e461492 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    28278d1 View commit details
    Browse the repository at this point in the history
  2. address review comments

    goldmedal committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    5e24932 View commit details
    Browse the repository at this point in the history
  3. add the fail reason

    goldmedal committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    74cc393 View commit details
    Browse the repository at this point in the history
  4. enhance the doc

    goldmedal committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    2324fa3 View commit details
    Browse the repository at this point in the history
  5. add more doc

    goldmedal committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    81d66f4 View commit details
    Browse the repository at this point in the history