This is an automated email from the ASF dual-hosted git repository.
zstan pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 1ae5d75b97 IGNITE-22149 Java thin: Implement partition API (#3764)
add bbe3306849 IGNITE-22120: Sql. Possibility set zero length for
character string type (#3782)
No new revisions were added by this update.
Summary of changes:
.../internal/catalog/commands/ColumnParams.java | 12 +++++---
.../catalog/ColumnConstructionValidatorTest.java | 17 +++++++---
.../internal/sql/engine/ItCreateTableDdlTest.java | 27 ++++++++++++++++
.../internal/sql/engine/ItDataTypesTest.java | 36 ++++++++++++++++++++++
.../sql/function/string/test_char_length.test | 19 ++++++++++++
.../function/string/test_char_length.test_ignore | 9 ------
.../integrationTest/sql/types/blob/test_blob.test | 12 ++++++++
.../sql/types/char/test_char_length.test | 20 +++++++++---
.../sql/engine/prepare/IgniteSqlValidator.java | 5 +++
.../internal/sql/engine/util/IgniteResource.java | 3 ++
10 files changed, 137 insertions(+), 23 deletions(-)
delete mode 100644
modules/sql-engine/src/integrationTest/sql/function/string/test_char_length.test_ignore