-
Notifications
You must be signed in to change notification settings - Fork 174
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] Enable to_json_string for physical plan #3023
Conversation
CodSpeed Performance ReportMerging #3023 will not alter performanceComparing Summary
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3023 +/- ##
========================================
Coverage 78.43% 78.44%
========================================
Files 603 610 +7
Lines 71504 72007 +503
========================================
+ Hits 56086 56487 +401
- Misses 15418 15520 +102
|
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.
We should also note that df._builder.to_physical_plan_scheduler
is not a stable API, since it does access a private method in the dataframe.
In general I don't think we have any plans to make this a user-accessible feature via a stable user API
#2977
Allows physical plan to be serialized to be json strings. The script below shows how you can extract the sql queries from read sql.