rezataroosheh opened a new pull request, #7903:
URL: https://github.com/apache/ignite-3/pull/7903

   This PR aligns exception behavior in .NET LINQ operations (First and Single) 
with standard LINQ semantics.
   
   Previously, Ignite returned custom exception messages (e.g., "ResultSet is 
empty") when the result count was unexpected. This change ensures that standard 
InvalidOperationException messages are used instead.
   
   Replaced custom exception messages with standard LINQ messages:
   - "Sequence contains no elements"
   - "Sequence contains more than one element"
   
   https://issues.apache.org/jira/browse/IGNITE-24620


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to