You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/02/01 11:39:25 UTC

[GitHub] [ignite-3] ptupitsyn commented on a change in pull request #611: IGNITE-16434 @InternalId integration for table id.

ptupitsyn commented on a change in pull request #611:
URL: https://github.com/apache/ignite-3/pull/611#discussion_r796509891



##########
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:
       @sanpwc I've removed `IgniteUuid` methods and the return value of this method is no longer used anywhere.




-- 
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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org