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

Support UNNEST as a table factor #493

Merged
merged 6 commits into from May 27, 2022
Merged

Commits on May 24, 2022

  1. support unnest

    sivchari committed May 24, 2022
    Configuration menu
    Copy the full SHA
    ea3313c View commit details
    Browse the repository at this point in the history
  2. add test

    sivchari committed May 24, 2022
    Configuration menu
    Copy the full SHA
    0311f0b View commit details
    Browse the repository at this point in the history
  3. fix ast

    sivchari committed May 24, 2022
    Configuration menu
    Copy the full SHA
    25b878f View commit details
    Browse the repository at this point in the history
  4. Update condition for BigQueryDialect or GenericDialect

    I updated condition.
    This changes conditionalize parsing for only BigQueryDialect or GenericDialect.
    sivchari committed May 24, 2022
    Configuration menu
    Copy the full SHA
    4c5021f View commit details
    Browse the repository at this point in the history
  5. Add some tests

    sivchari committed May 24, 2022
    Configuration menu
    Copy the full SHA
    515463f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. fix test

    sivchari committed May 26, 2022
    Configuration menu
    Copy the full SHA
    2e84c8b View commit details
    Browse the repository at this point in the history