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

IGNITE-20439 Sql. Support multiple schemas in CatalogSqlSchemaManager #2719

Merged
merged 8 commits into from
Oct 23, 2023

Commits on Oct 19, 2023

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

Commits on Oct 20, 2023

  1. review fixes

    - fix precision of UUID
    - add test for cross operation of system views and tables
    korlov42 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    c2007ab View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into ignite-20439

    # Conflicts:
    #	modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/ExecutableTableRegistryImpl.java
    korlov42 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    c62d368 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. review fixes

    - rework assertion in IgniteSchema
    - fix test catalog manager
    - cover both cases with tests
    korlov42 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    1a36aa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f5cfed View commit details
    Browse the repository at this point in the history
  3. fix arch test

    korlov42 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2054421 View commit details
    Browse the repository at this point in the history
  4. review fixes

    - improve javadoc of CatalogTestUtilsTest#testManagerWorksAsExpected
    korlov42 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    b104e09 View commit details
    Browse the repository at this point in the history
  5. review fixes

    - add new line to the end of the file CatalogTestUtilsTest
    - fix javadoc of SqlSchemaManager#table
    korlov42 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    e868841 View commit details
    Browse the repository at this point in the history