-
-
Notifications
You must be signed in to change notification settings - Fork 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: Experimental cloud write support #20129
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #20129 +/- ##
==========================================
+ Coverage 79.52% 79.57% +0.05%
==========================================
Files 1563 1563
Lines 217184 217395 +211
Branches 2465 2472 +7
==========================================
+ Hits 172706 172989 +283
+ Misses 43917 43838 -79
- Partials 561 568 +7 ☔ View full report in Codecov by Sentry. |
@@ -216,6 +231,98 @@ pub enum PythonScanSourceInput { | |||
File(File), | |||
} | |||
|
|||
fn try_get_pyfile( |
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 code is just moved into a function from 2 places
Adds support for directly writing to cloud paths for Parquet, CSV and IPC.
Fixes #14630
Fixes #19749