Uh oh!
There was an error while loading. Please reload this page.
Deprecate legacy datafusion::logical_plan module - #3338
Conversation
codecov-commenter
commented
Sep 2, 2022
Codecov Report
@@ Coverage Diff @@## master #3338 +/- ##
=======================================
Coverage 85.83% 85.83% =======================================
Files 294 294 Lines 53752 53752 =======================================
Hits 46137 46137 Misses 7615 7615
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
alamb
commented
Sep 3, 2022
I merged the code in this PR with the latest |
ursabot
commented
Sep 3, 2022
Benchmark runs are scheduled for baseline = 5621e3b and contender = 93a95c2. 93a95c2 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Which issue does this PR close?
Part of #2683
Rationale for this change
Part of stabilizing the public API
What changes are included in this PR?
Deprecate the legacy
logical_planmodule indatafusion"core" crate. This just contains re-exports of other items.Are there any user-facing changes?
Yes, API change.