Skip to content
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

refactor(cubesql): Remove Extension from LogicalPlanLanguage::CubeScan #8775

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mcheshkov
Copy link
Member

Check List

  • Tests has been run in packages where changes made if available
  • Linter has been run for changed code
  • Tests for the changes have been added if not covered yet
  • Docs have been added / updated if required

Description of Changes Made (if issue reference is not provided)

Extensions is used meaningfully only for CubeScan, but not for CubeScanWrapper. Both are first-class logical plan nodes for us, so Extension is not helpful in egraph

Copy link

codecov bot commented Oct 3, 2024

Codecov Report

Attention: Patch coverage is 93.06931% with 28 lines in your changes missing coverage. Please review.

Project coverage is 82.53%. Comparing base (7def23b) to head (29cd43b).

Files with missing lines Patch % Lines
...t/cubesql/cubesql/src/compile/rewrite/converter.rs 93.05% 28 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8775   +/-   ##
=======================================
  Coverage   82.52%   82.53%           
=======================================
  Files         221      221           
  Lines       77572    77516   -56     
=======================================
- Hits        64014    63975   -39     
+ Misses      13558    13541   -17     
Flag Coverage Δ
cubesql 82.53% <93.06%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mcheshkov mcheshkov force-pushed the remove-extension-wrap-cubescan branch from d9b07d9 to 499510b Compare October 4, 2024 16:11
Copy link

vercel bot commented Oct 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

8 Skipped Deployments
Name Status Preview Comments Updated (UTC)
examples-angular-dashboard ⬜️ Ignored (Inspect) Visit Preview Oct 22, 2024 5:00pm
examples-react-d3 ⬜️ Ignored (Inspect) Visit Preview Oct 22, 2024 5:00pm
examples-react-dashboard ⬜️ Ignored (Inspect) Visit Preview Oct 22, 2024 5:00pm
examples-react-data-table ⬜️ Ignored (Inspect) Visit Preview Oct 22, 2024 5:00pm
examples-react-highcharts ⬜️ Ignored (Inspect) Visit Preview Oct 22, 2024 5:00pm
examples-react-material-ui ⬜️ Ignored (Inspect) Visit Preview Oct 22, 2024 5:00pm
examples-react-pivot-table ⬜️ Ignored (Inspect) Visit Preview Oct 22, 2024 5:00pm
examples-vue-query-builder ⬜️ Ignored (Inspect) Visit Preview Oct 22, 2024 5:00pm

@mcheshkov mcheshkov marked this pull request as ready for review October 4, 2024 17:52
@mcheshkov mcheshkov requested review from a team as code owners October 4, 2024 17:52
@mcheshkov mcheshkov force-pushed the remove-extension-wrap-cubescan branch 2 times, most recently from 3103c04 to b0bb852 Compare October 9, 2024 18:30
@mcheshkov mcheshkov force-pushed the remove-extension-wrap-cubescan branch 3 times, most recently from 567b067 to 3c3403b Compare October 17, 2024 16:16
@mcheshkov mcheshkov marked this pull request as draft October 21, 2024 13:42
@mcheshkov mcheshkov force-pushed the remove-extension-wrap-cubescan branch 2 times, most recently from 001a352 to db67c9b Compare October 21, 2024 18:15
Extensions is used meaningfully only for CubeScan, but not for CubeScanWrapper. Both are first-class logical plan nodes for us, so Extension is not helpful in egraph
@mcheshkov mcheshkov force-pushed the remove-extension-wrap-cubescan branch from db67c9b to 29cd43b Compare October 22, 2024 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant