This is an automated email from the ASF dual-hosted git repository.
amashenkov pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 28111df1a2 IGNITE-19839 Java client: Reload schema when unmapped
columns are detected (#2410)
add 0ab2627e50 IGNITE-20105 Set default precision and scale for new column
descriptor when needed (#2391)
No new revisions were added by this update.
Summary of changes:
.../internal/catalog/commands/CatalogUtils.java | 92 +++++++++++++++++++++-
.../internal/catalog/commands/ColumnParams.java | 19 ++---
.../internal/catalog/CatalogManagerSelfTest.java | 2 +-
.../internal/table/ItThinClientColocationTest.java | 4 +-
.../ignite/internal/schema/DecimalNativeType.java | 6 --
.../apache/ignite/internal/schema/NativeTypes.java | 7 +-
.../ignite/internal/schema/TemporalNativeType.java | 24 +-----
.../schema/AbstractSchemaConverterTest.java | 3 +-
.../schema/serializer/AbstractSerializerTest.java | 6 +-
.../exec/ddl/DdlToCatalogCommandConverter.java | 3 +
.../internal/sql/engine/type/IgniteTypeSystem.java | 11 ++-
11 files changed, 121 insertions(+), 56 deletions(-)