This is an automated email from the ASF dual-hosted git repository.
amashenkov pushed a change to branch ignite-19497
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
discard 8d05e74efc fixup! Add a hack to get table by name/correct id.
discard 7654ef3810 fixup! Use schema versions for queries. * Use actual schema
for query in TX. * Pass schema version to remote fragment. * Wait for catalog
schema ready on the remote side. * Planner cache use catalog version.
discard 3b5e57a462 Fix tests.
discard d66e1e2759 Replace IgniteIndex with IgniteSchemaIndex. Drop
CatalogColumnDescriptor.
discard 4a692d5fd5 Add a hack to get table by name/correct id.
discard c8529aeea3 Fix table-by-name resolution.
discard e9a36c0010 Fix column mapping.
discard 41e482e069 Replace old IgniteSchema with new IgniteCatalogSchema.
discard 16644d1ac3 Styles.
discard d108b5036e Replace IgniteIndex with IgniteSchemaIndex
discard 9a82b7fb7b Replace IgniteTableImpl with IgniteCatalogImpl.
discard c387b5bc1d Fix HashFunctionFactoryImpl to use specific schema version.
Fix SqlSchemaManager interface. Drop unused code.
discard 0b7b537410 Use schema versions for queries. * Use actual schema for
query in TX. * Pass schema version to remote fragment. * Wait for catalog
schema ready on the remote side. * Planner cache use catalog version.
add 4d9c063fdb Use schema versions for queries. * Use actual schema for
query in TX. * Pass schema version to remote fragment. * Wait for catalog
schema ready on the remote side. * Planner cache use catalog version.
add 0315700a6e Fix HashFunctionFactoryImpl to use specific schema version.
Fix SqlSchemaManager interface. Drop unused code.
add 70256a816c Replace IgniteTableImpl with IgniteCatalogImpl.
add a25f9c2570 Replace IgniteIndex with IgniteSchemaIndex
add 476ff65600 Styles.
add 94d27079f6 Replace old IgniteSchema with new IgniteCatalogSchema.
add f1723a46ba Fix column mapping.
add db62e636ea Fix table-by-name resolution.
add f2b1dbd619 Add a hack to get table by name/correct id.
add dfe9d9a7b0 Replace IgniteIndex with IgniteSchemaIndex. Drop
CatalogColumnDescriptor.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (8d05e74efc)
\
N -- N -- N refs/heads/ignite-19497 (dfe9d9a7b0)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
...iptorImpl.java => CatalogColumnDescriptor.java} | 70 ++++++++++++++--------
.../sql/engine/schema/CatalogSqlSchemaManager.java | 7 ++-
.../engine/schema/CatalogSqlSchemaManagerTest.java | 18 +++---
3 files changed, 60 insertions(+), 35 deletions(-)
copy
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/schema/{ColumnDescriptorImpl.java
=> CatalogColumnDescriptor.java} (66%)