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

Typo in kwargs of arrowvector for ListKind #392

Closed
svilupp opened this issue Mar 9, 2023 · 1 comment · Fixed by #467
Closed

Typo in kwargs of arrowvector for ListKind #392

svilupp opened this issue Mar 9, 2023 · 1 comment · Fixed by #467
Labels
bug Something isn't working

Comments

@svilupp
Copy link
Contributor

svilupp commented Mar 9, 2023

I believe I've noticed a typo in passing kwargs of arrowvector.

For the special case when the ToList struct eltype isn't strict, we call:
data = arrowvector(flat, i, nl + 1, fi, de, ded, nothing; lareglists=largelists, kw...)
I believe it should be:
data = arrowvector(flat, i, nl + 1, fi, de, ded, nothing; largelists=largelists, kw...)
There is no kwarg lareglists.

It doesn't throw any errors, because mistyped kwarg is just passed around within kw...

The same "typo" exists for Map types, so I suspect it might be intentional way to pass the information downstream but it's unclear to me why / to what, as no function actually uses this kwarg.

@ericphanson ericphanson added the bug Something isn't working label Apr 9, 2023
quinnj added a commit that referenced this issue Jun 13, 2023
@quinnj
Copy link
Member

quinnj commented Jun 13, 2023

Fix is up; thanks for catching this: #467. It's not a largely used feature because it's a testing feature to force to use a larger integer type for list offsets instead of the default smaller when tables have reasonable # of elements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants