Skip to content

MINOR: add df.to_unoptimized_plan() to docs, remove erroneous comment - #3348

Merged
andygrove merged 2 commits into
apache:masterfrom
kmitchener:doc-update
Sep 2, 2022
Merged

MINOR: add df.to_unoptimized_plan() to docs, remove erroneous comment#3348
andygrove merged 2 commits into
apache:masterfrom
kmitchener:doc-update

Conversation

@kmitchener

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Closes #.

Rationale for this change

What changes are included in this PR?

adds dataframe.to_unoptimized_plan() to docs

Are there any user-facing changes?

@github-actionsgithub-actionsBot added the core Core DataFusion crate label Sep 2, 2022
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

Merging #3348 (26e33b8) into master (a49e01e) will increase coverage by 0.00%.
The diff coverage is n/a.

@@ Coverage Diff @@## master #3348 +/- ##
=======================================
Coverage 85.48% 85.48% =======================================
Files 294 294 Lines 54072 54072 =======================================
+ Hits 46223 46225 +2 + Misses 7849 7847 -2 
Impacted FilesCoverage Δ
datafusion/core/src/dataframe.rs89.02% <ø> (ø)
datafusion/expr/src/logical_plan/plan.rs78.22% <0.00%> (+0.16%)⬆️
datafusion/core/src/physical_plan/metrics/value.rs87.43% <0.00%> (+0.50%)⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@andygroveandygrove left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andygrove
andygrove merged commit 0fc7297 into apache:masterSep 2, 2022
@ursabot

Copy link
Copy Markdown

Benchmark runs are scheduled for baseline = f4468ea and contender = 0fc7297. 0fc7297 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
Conbench compare runs links:
[Skipped ⚠️ Benchmarking of arrow-datafusion-commits is not supported on ec2-t3-xlarge-us-east-2] ec2-t3-xlarge-us-east-2
[Skipped ⚠️ Benchmarking of arrow-datafusion-commits is not supported on test-mac-arm] test-mac-arm
[Skipped ⚠️ Benchmarking of arrow-datafusion-commits is not supported on ursa-i9-9960x] ursa-i9-9960x
[Skipped ⚠️ Benchmarking of arrow-datafusion-commits is not supported on ursa-thinkcentre-m75q] ursa-thinkcentre-m75q
Buildkite builds:
Supported benchmarks:
ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
test-mac-arm: Supported benchmark langs: C++, Python, R
ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java

@kmitchener
kmitchener deleted the doc-update branch September 4, 2022 12:59
kmitchener added a commit to kmitchener/datafusion that referenced this pull request Sep 4, 2022
…apache#3348)
* MINOR: add df.to_unoptimized_plan() to docs, remove erroneous comment
* npx prettier
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

coreCore DataFusion crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@kmitchener@codecov-commenter@ursabot@andygrove