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

Wip scope populator #3965

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

Commits on Sep 11, 2024

  1. [CALCITE-6574] SqlValidatorImpl Refactor: SqlQueryScopes

    Adding SqlQueryScopes to encapsulate the data for resolving
    SqlNode to SqlValidatorScope and SqlValidatorNamespaces.  Moving
    the api for resolving scopes from SqlValidator to SqlQueryScopes.
    jamesstarr committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6c7659f View commit details
    Browse the repository at this point in the history
  2. Rename SqlQueryScopes to ScopeMap. Adding ScopeMap.Factory instead of…

    … using
    
    a generic Fuction in SqlValiator.Config.
    jamesstarr committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    56c946b View commit details
    Browse the repository at this point in the history
  3. Renaming SqlValidator::getScopeMap. Adding helper methods getScopeMap to

    AbstractNamespace and ListScope.
    jamesstarr committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    189ef0a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. [CALCITE-6575] Refactor SqlValidatorImpl: Add NamespaceBuilder

    Adding NamespaceBuilder to formalize the api for customizing/reusing
    namespaces downstream.
    jamesstarr committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4e356ce View commit details
    Browse the repository at this point in the history
  2. WIP Scope Populator

    jamesstarr committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d0250bb View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Adding sqlCluster as an override parameter for SqlValidatorConfig. Th…

    …is allows
    
    for overriding validateFeature.
    
    Removing unused getter from ValidatorAggStuff.
    jamesstarr committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6757458 View commit details
    Browse the repository at this point in the history
  2. Removing unused variable

    jamesstarr committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    1139aba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c66c9f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Fixing style checker

    jamesstarr committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    155ab8f View commit details
    Browse the repository at this point in the history