-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat(planbuilder): Accept schema for tableWriter() #11829
Conversation
✅ Deploy Preview for meta-velox canceled.
|
This pull request was exported from Phabricator. Differential Revision: D67102795 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pedroerp LGTM. Thanks!
…#11829) Summary: When creating a TableWriter node, allowing the client to specify a schema different from the default (the output of the previous operator). Reviewed By: Yuhta Differential Revision: D67102795
9c7988e
to
f7ee62f
Compare
This pull request was exported from Phabricator. Differential Revision: D67102795 |
…#11829) Summary: When creating a TableWriter node, allowing the client to specify a schema different from the default (the output of the previous operator). Reviewed By: Yuhta Differential Revision: D67102795
f7ee62f
to
1b3e369
Compare
This pull request was exported from Phabricator. Differential Revision: D67102795 |
This pull request has been merged in 98b1497. |
Summary:
When creating a TableWriter node, allowing the client to specify a
schema different from the default (the output of the previous operator).
Differential Revision: D67102795