lukaszzborek commented on code in PR #4072:
URL: https://github.com/apache/iggy/pull/4072#discussion_r3944859954


##########
foreign/csharp/Iggy_SDK/Kinds/Partitioning.cs:
##########
@@ -33,12 +34,24 @@ public readonly struct Partitioning
     /// <summary>
     ///     Length of the partitioning value.
     /// </summary>
-    public required int Length { get; init; }
+    public int Length => Value.Length;

Review Comment:
   init was reverted with empty body, so value passed here will be ignored in 
both places



-- 
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