This is an automated email from the ASF dual-hosted git repository.
sk0x50 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 45ab580e4e IGNITE-19985 Allow single empty line at the end of the SQL
test script (#2320)
add 93ebaf441b IGNITE-19928 Change error and group codes from int to short
(#2300)
No new revisions were added by this update.
Summary of changes:
.../apache/ignite/lang/IgniteCheckedException.java | 12 +-
.../org/apache/ignite/lang/IgniteException.java | 12 +-
.../ignite/lang/IgniteExceptionMapperUtilTest.java | 6 +-
.../exception/handler/SqlExceptionHandler.java | 10 +-
.../java/org/apache/ignite/lang/ErrorGroup.java | 57 +++--
.../java/org/apache/ignite/lang/ErrorGroups.java | 236 ++++++++++-----------
.../lang/IgniteInternalCheckedException.java | 14 +-
.../ignite/lang/IgniteInternalException.java | 12 +-
.../org/apache/ignite/lang/TraceableException.java | 4 +-
.../org/apache/ignite/lang/ErrorGroupTest.java | 8 +-
.../ErrorGroupsGenerator.cs | 10 +-
.../dotnet/Apache.Ignite.Tests/ErrorGroupTests.cs | 16 +-
.../platforms/dotnet/Apache.Ignite/ErrorGroups.cs | 7 +-
.../dotnet/Apache.Ignite/IgniteException.cs | 2 +-
.../tx/TransactionInternalCheckedException.java | 29 ++-
15 files changed, 219 insertions(+), 216 deletions(-)