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

Fix for order_by with sub signals #82

Merged
merged 6 commits into from
Jul 19, 2024
Merged

Conversation

ilongin
Copy link
Contributor

@ilongin ilongin commented Jul 18, 2024

This adds order_by method to DataChain to make it work with sub signals, e.g order_by("file.name").

Fixes: https://github.com/iterative/dvcx/issues/1724

@ilongin ilongin requested review from dmpetrov, skshetry and rlamy July 18, 2024 11:32
@dberenbaum
Copy link
Contributor

@ilongin Can you please add a docstring?

Copy link

cloudflare-workers-and-pages bot commented Jul 18, 2024

Deploying datachain-documentation with  Cloudflare Pages  Cloudflare Pages

Latest commit: 578e0e4
Status: ✅  Deploy successful!
Preview URL: https://4166649d.datachain-documentation.pages.dev
Branch Preview URL: https://ilongin-1724-order-by-in-dc.datachain-documentation.pages.dev

View logs

@ilongin
Copy link
Contributor Author

ilongin commented Jul 18, 2024

@ilongin Can you please add a docstring?

Added

@ilongin ilongin requested review from dtulga and dreadatour July 19, 2024 12:17
Copy link

codecov bot commented Jul 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.51%. Comparing base (97ba4f1) to head (578e0e4).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #82      +/-   ##
==========================================
+ Coverage   84.48%   84.51%   +0.02%     
==========================================
  Files          95       95              
  Lines        9555     9571      +16     
  Branches     1890     1897       +7     
==========================================
+ Hits         8073     8089      +16     
  Misses       1153     1153              
  Partials      329      329              
Flag Coverage Δ
datachain 84.45% <100.00%> (+0.02%) ⬆️

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.

@ilongin ilongin merged commit a42abc3 into main Jul 19, 2024
19 checks passed
@ilongin ilongin deleted the ilongin/1724-order-by-in-dc-level branch July 19, 2024 14:48
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.

3 participants