sanpwc commented on a change in pull request #611:
URL: https://github.com/apache/ignite-3/pull/611#discussion_r796504395
##########
File path:
modules/platforms/dotnet/Apache.Ignite/Internal/Proto/MessagePackReaderExtensions.cs
##########
@@ -189,8 +170,6 @@ public static bool TryReadNoValue(this ref
MessagePackReader reader)
throw new IgniteClientException(
$"Expected {expectedLength} bytes for {expectedType}
extension, but got {hdr.Length}.");
}
-
- return (int)hdr.Length;
Review comment:
@ptupitsyn How it's related to IgniteUUID -> UUID?
--
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]