Skip to content

Conversation

@charlesbluca
Copy link
Collaborator

This should unblock failures when serving cuDF-backed tables using dask-sql-server, but is not really ideal as it forces a host synchronization whenever we need to return a query result; a more ideal long term solution would be to explore server options that allow us to return results per-column instead of per-row (i.e. iterating over columns instead of rows, which can't be done in cuDF).

cc @bryevdv this should resolve the failures we discussed and allow for some deeper exploration of Superset

xref #310

Copy link
Collaborator

@randerzander randerzander left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In my poking at this months back, this is exactly what I ended up trying that worked.

I looked into the Presto client docs a bit, but couldn't find much in the way of supported result formats.

@charlesbluca charlesbluca merged commit 25cf8bb into dask-contrib:main Nov 15, 2021
@charlesbluca charlesbluca deleted the unblock-superset-gpu branch January 19, 2022 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants