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

Research: implement subtract on existing merge/join #269

Open
2 tasks
dmpetrov opened this issue Aug 11, 2024 · 0 comments
Open
2 tasks

Research: implement subtract on existing merge/join #269

dmpetrov opened this issue Aug 11, 2024 · 0 comments
Labels
question Further information is requested

Comments

@dmpetrov
Copy link
Member

We need to research these areas:

  • subtract() uses custom machinery and runs sql-join under the hood. Can we level this up to application level and use existing datachain merge/join?

  • user might need several outputs like git diff - added, removed, changed. We need a diff command that supports all of these like ch1.diff(ch2, status="ad") (added and deleted files only).

The result of this issue should be a proposal for (1) and (2), not implementation.

@dmpetrov dmpetrov added the question Further information is requested label Aug 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant