This is an automated email from the ASF dual-hosted git repository.
sanpwc pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 128fcc89c5f IGNITE-26204 Add step to create configuration snapshot to
release procedure (#6425)
add d21a78052d2 IGNITE-26273 Make DDL converter API asynchronous (#6468)
No new revisions were added by this update.
Summary of changes:
.../sql/engine/prepare/PrepareServiceImpl.java | 2 +-
.../ddl/ClusterWideStorageProfileValidator.java | 6 +-
.../prepare/ddl/DdlSqlToCommandConverter.java | 96 ++++++++++++----------
.../prepare/ddl/StorageProfileValidator.java | 3 +-
.../sql/engine/exec/ExecutionServiceImplTest.java | 5 +-
.../sql/engine/framework/TestBuilders.java | 18 ++--
.../ddl/AbstractDdlSqlToCommandConverterTest.java | 22 +++++
.../prepare/ddl/DdlSqlToCommandConverterTest.java | 61 +++++++-------
.../DistributionZoneSqlToCommandConverterTest.java | 10 ---
9 files changed, 131 insertions(+), 92 deletions(-)