adamreeve commented on code in PR #400:
URL: https://github.com/apache/arrow-dotnet/pull/400#discussion_r3721833538


##########
src/Apache.Arrow/Arrays/StringViewArray.cs:
##########
@@ -22,33 +25,63 @@
 
 namespace Apache.Arrow
 {
-    public class StringViewArray : BinaryViewArray, IReadOnlyList<string>
+    public class StringViewArray(ArrayData data) : 
BinaryViewArray(ArrowTypeId.StringView, data), IReadOnlyList<string?>

Review Comment:
   I also found it a bit jarring but I haven't been doing as much work in C# 
lately so maybe I'm just not used to this. I noticed Rider always suggests 
refactoring to this form.



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