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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃 Long datasets expression issues #453

Closed
joocer opened this issue Aug 30, 2022 · 1 comment
Closed

馃 Long datasets expression issues #453

joocer opened this issue Aug 30, 2022 · 1 comment
Assignees
Labels
Bug 馃 Something isn't working

Comments

@joocer
Copy link
Contributor

joocer commented Aug 30, 2022

SELECT SHA256(column_0) FROM FAKE(1000000, 1)

TypeError: Cannot convert pyarrow.lib.ChunkedArray to pyarrow.lib.Array

The line that fails is trying to write a numpy array, not a pyarrow arrow. I guess internally this is being converted, due to its size, it's being converted to a chunked array, which it then fails.

@joocer joocer added the Bug 馃 Something isn't working label Aug 30, 2022
@joocer joocer self-assigned this Aug 30, 2022
@joocer
Copy link
Contributor Author

joocer commented Aug 30, 2022

This fails, same reason, but a little faster

SELECT SHA512(column_0) FROM FAKE(150000, 1)

joocer added a commit that referenced this issue Aug 30, 2022
@joocer joocer closed this as completed Aug 30, 2022
joocer added a commit that referenced this issue Aug 30, 2022
joocer added a commit that referenced this issue Aug 30, 2022
FIX/#453 Large Expression Results PyArrow bug
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