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

Chunking issues with Arrow input. #482

Open
kylebarron opened this issue Apr 23, 2024 · 0 comments
Open

Chunking issues with Arrow input. #482

kylebarron opened this issue Apr 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kylebarron
Copy link
Member

We have some chunking issues with Arrow input because the input can already have chunking structure, and thus to_batches() won't work.

Steps to reproduce the bug

Run the overture notebook example

without

table = table.combine_chunks()

The table itself and the numpy heights and color arrays will have different chunking structure and the rendering will fail with a deck.gl-layers assertion failure.

@kylebarron kylebarron added the bug Something isn't working label Apr 23, 2024
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

No branches or pull requests

1 participant