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

Implement SQL validation based on grammar element #3039

Merged
merged 14 commits into from
Sep 23, 2024

Commits on Sep 19, 2024

  1. Implement SQL validation based on grammar element

    Signed-off-by: Tomoyuki Morita <moritato@amazon.com>
    ykmr1224 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    562113b View commit details
    Browse the repository at this point in the history
  2. Add function types

    Signed-off-by: Tomoyuki Morita <moritato@amazon.com>
    ykmr1224 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d77e408 View commit details
    Browse the repository at this point in the history
  3. fix style

    Signed-off-by: Tomoyuki Morita <moritato@amazon.com>
    ykmr1224 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c9f960f View commit details
    Browse the repository at this point in the history
  4. Add security lake

    Signed-off-by: Tomoyuki Morita <moritato@amazon.com>
    ykmr1224 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9665a62 View commit details
    Browse the repository at this point in the history
  5. Add File support

    Signed-off-by: Tomoyuki Morita <moritato@amazon.com>
    ykmr1224 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9fafcb9 View commit details
    Browse the repository at this point in the history
  6. Integrate into SparkQueryDispatcher

    Signed-off-by: Tomoyuki Morita <moritato@amazon.com>
    ykmr1224 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    424be12 View commit details
    Browse the repository at this point in the history
  7. Fix style

    Signed-off-by: Tomoyuki Morita <moritato@amazon.com>
    ykmr1224 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7dde72a View commit details
    Browse the repository at this point in the history
  8. Add tests

    Signed-off-by: Tomoyuki Morita <moritato@amazon.com>
    ykmr1224 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    71cfa18 View commit details
    Browse the repository at this point in the history
  9. Integration

    Signed-off-by: Tomoyuki Morita <moritato@amazon.com>
    ykmr1224 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    57a5289 View commit details
    Browse the repository at this point in the history
  10. Add comments

    Signed-off-by: Tomoyuki Morita <moritato@amazon.com>
    ykmr1224 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    11ca4ff View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Address comments

    Signed-off-by: Tomoyuki Morita <moritato@amazon.com>
    ykmr1224 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d31bdc8 View commit details
    Browse the repository at this point in the history
  2. Allow join types for now

    Signed-off-by: Tomoyuki Morita <moritato@amazon.com>
    ykmr1224 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    683126e View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Fix style

    Signed-off-by: Tomoyuki Morita <moritato@amazon.com>
    ykmr1224 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    4e8a02c View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Fix coverage check

    Signed-off-by: Tomoyuki Morita <moritato@amazon.com>
    ykmr1224 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b0e545e View commit details
    Browse the repository at this point in the history