felipecrv commented on code in PR #37468:
URL: https://github.com/apache/arrow/pull/37468#discussion_r1326478728


##########
go/arrow/array/concat_test.go:
##########
@@ -78,6 +79,8 @@ func TestConcatenate(t *testing.T) {
                {arrow.BinaryTypes.LargeString},
                {arrow.ListOf(arrow.PrimitiveTypes.Int8)},
                {arrow.LargeListOf(arrow.PrimitiveTypes.Int8)},
+               {arrow.ListViewOf(arrow.PrimitiveTypes.Int8)},
+               // {arrow.LargeListViewOf(arrow.PrimitiveTypes.Int8)},

Review Comment:
   I can't gen large list-view yet and the 32-bit list view generator code is 
generating bogus data



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