-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Support Copy with Remote Object Stores in datafusion-cli #9064
Conversation
Alamb/improve filter
Hello @alamb , Here is a draft for #8907 . I am yet to add tests. Currently
registers only |
# Conflicts: # datafusion-cli/src/exec.rs
@@ -260,6 +256,36 @@ async fn exec_and_print( | |||
Ok(()) | |||
} | |||
|
|||
async fn create_plan( |
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.
This makes sense to me. Thank you @manoj-inukolunu
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.
Thank you @manoj-inukolunu -- this makes sense to me and is a nice improvement
BTW I filed #9133 for a small follow on too |
Thanks again @manoj-inukolunu |
Which issue does this PR close?
Closes #8907 .
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Yes , added tests.
Are there any user-facing changes?