Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Go] properly handle sub-slice of List #21845

Closed
asfimport opened this issue May 21, 2019 · 1 comment
Closed

[Go] properly handle sub-slice of List #21845

asfimport opened this issue May 21, 2019 · 1 comment

Comments

@asfimport
Copy link
Collaborator

consider an array.List with the following content:

[[0 1 2] (null) [3 4 5 6]]

 

sub-slicing it with array.NewSlice(arr, 1, 3), we get:

[(null) []] instead of [(null) [3 4 5 6]]

 

Reporter: Sebastien Binet / @sbinet

PRs and other links:

Note: This issue was originally created as ARROW-5387. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Sebastien Binet / @sbinet:
Issue resolved by pull request 4360
#4360

@asfimport asfimport added this to the 0.14.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant