-
Notifications
You must be signed in to change notification settings - Fork 65
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
RDG::local_to_global_id should be an arrow::Array, not a arrow::ChunkedArray #57
Comments
Code changes have renamed the stuff involved, but this issue still exists: katana/libtsuba/include/tsuba/RDG.h Line 154 in e5cdbf5
|
Way to stay on top of things! I spent some effort trying to convert local_to_global_id to an Array, but RDG mostly deals with ChunkedArrays, which it must to read/write Arrow tables. At that point, I figured too much consistency was the hobgoblin of little minds. But I thought maybe the root problem was my laziness, so I kept the comment and the issue open. |
I think some cases we convert PS: I try to procrastinate productively, so I will scan old issues and update them. ;-) |
Well, I think I read that Euler would check ever-increasing number ranges for primes when he had free time. Maybe that was Newton. Anyway, thank god for Netflix. |
See PR #55.
The text was updated successfully, but these errors were encountered: