IGNITE-17314 .NET: Implement unified exception handling#1074
Merged
ptupitsyn merged 104 commits intoapache:mainfrom Sep 19, 2022
Merged
IGNITE-17314 .NET: Implement unified exception handling#1074ptupitsyn merged 104 commits intoapache:mainfrom
ptupitsyn merged 104 commits intoapache:mainfrom
Conversation
# Conflicts: # modules/platforms/dotnet/Apache.Ignite/Sql/SqlStatement.cs
isapego
approved these changes
Sep 13, 2022
lowka
pushed a commit
to gridgain/apache-ignite-3
that referenced
this pull request
Mar 18, 2023
* Add all exception groups, codes, and classes from the Java side. * When server returns an error, throw corresponding mapped .NET exception type. * Use [Source Generators](https://docs.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/source-generators-overview) to produce C# code for error groups and exception classes. When there is a new error code or exception added on Java side, no changes are required on C# side, only a rebuild.
lowka
pushed a commit
to gridgain/apache-ignite-3
that referenced
this pull request
Apr 19, 2023
* Add all exception groups, codes, and classes from the Java side. * When server returns an error, throw corresponding mapped .NET exception type. * Use [Source Generators](https://docs.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/source-generators-overview) to produce C# code for error groups and exception classes. When there is a new error code or exception added on Java side, no changes are required on C# side, only a rebuild.
isapego
pushed a commit
to isapego/ignite-3
that referenced
this pull request
Dec 26, 2024
Bumps `iceberg` from 1.3.1 to 1.6.1. Updates `org.apache.iceberg:iceberg-core` from 1.3.1 to 1.6.1 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.3.1...apache-iceberg-1.6.1) Updates `org.apache.iceberg:iceberg-data` from 1.3.1 to 1.6.1 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.3.1...apache-iceberg-1.6.1) Updates `org.apache.iceberg:iceberg-parquet` from 1.3.1 to 1.6.1 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.3.1...apache-iceberg-1.6.1) Updates `org.apache.iceberg:iceberg-aws` from 1.3.1 to 1.6.1 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.3.1...apache-iceberg-1.6.1) Updates `org.apache.iceberg:iceberg-snowflake` from 1.3.1 to 1.6.1 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.3.1...apache-iceberg-1.6.1) Updates `org.apache.iceberg:iceberg-nessie` from 1.3.1 to 1.6.1 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.3.1...apache-iceberg-1.6.1) Updates `org.apache.iceberg:iceberg-hive-metastore` from 1.3.1 to 1.6.1 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](apache/iceberg@apache-iceberg-1.3.1...apache-iceberg-1.6.1) --- updated-dependencies: - dependency-name: org.apache.iceberg:iceberg-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.iceberg:iceberg-data dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.iceberg:iceberg-parquet dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.iceberg:iceberg-aws dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.iceberg:iceberg-snowflake dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.iceberg:iceberg-nessie dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.iceberg:iceberg-hive-metastore dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: Pavel Tupitsyn <ptupitsyn@apache.org> Co-authored-by: Pavel Tupitsyn <ptupitsyn@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See generated code here: https://github.com/ptupitsyn/ignite-3/tree/ignite-17314-generated-code-preview/modules/platforms/dotnet/Apache.Ignite/Generated/Apache.Ignite.Internal.Generators