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

[query] Table.write_many #12091

Merged
merged 3 commits into from
Aug 31, 2022
Merged

[query] Table.write_many #12091

merged 3 commits into from
Aug 31, 2022

Conversation

danking
Copy link
Contributor

@danking danking commented Aug 17, 2022

CHANGELOG: Teach Table to write_many, which writes one table per provided field.

Daniel King added 3 commits August 17, 2022 15:39
CHANGELOG: Teach `Table` to `write_many`, which writes one table per provided field.
@danking
Copy link
Contributor Author

danking commented Aug 18, 2022

It occurs to me you should reject this until I write a non-lowered execution path since we can't assume a lowered execution is possible yet.

@danking
Copy link
Contributor Author

danking commented Aug 29, 2022

bump @patrick-schultz, I've another branch that depends on this.

@danking
Copy link
Contributor Author

danking commented Aug 29, 2022

@tpoterba I forget exactly the conclusion from our last conversation about whether or not new functionality should implement a non-lowered path. This PR's new reader raises an exception if you try to interpret it.

@patrick-schultz
Copy link
Collaborator

@danking Sorry, from your last comment I thought you wanted to wait on a non-lowered implementation. I looked over this last week and everything looked good. I'll give it a last pass now.

@danking danking merged commit e9d4e52 into hail-is:main Aug 31, 2022
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