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

Support hash lookup by path string for Remove action #462

Merged
merged 3 commits into from
Oct 17, 2021

Conversation

viirya
Copy link
Contributor

@viirya viirya commented Oct 15, 2021

Description

By implementing Borrow trait for Remove, we can support lookup by path string for Remove action.

Related Issue(s)

closes #460

Documentation

houqp
houqp previously approved these changes Oct 15, 2021
Copy link
Member

@houqp houqp left a comment

Choose a reason for hiding this comment

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

Neat!

@houqp
Copy link
Member

houqp commented Oct 15, 2021

FYI @dispanser @Dandandan

Dandandan
Dandandan previously approved these changes Oct 15, 2021
@dispanser
Copy link
Contributor

Learned something today, nice "trick"! 👍

@houqp
Copy link
Member

houqp commented Oct 17, 2021

Sorry @viirya I thought I merged this PR, turns out I didn't :( Could you resolve the conflict so I can merge it?

@viirya viirya dismissed stale reviews from Dandandan and houqp via c18e1c9 October 17, 2021 07:19
@viirya
Copy link
Contributor Author

viirya commented Oct 17, 2021

@houqp No problem! Resolved it. Thanks.

@houqp
Copy link
Member

houqp commented Oct 17, 2021

@viirya looks like the hashset optimization in merge function got lost during the merge.

@viirya
Copy link
Contributor Author

viirya commented Oct 17, 2021

Ah, let me fix it.

@houqp houqp enabled auto-merge (squash) October 17, 2021 07:27
@houqp houqp merged commit abd0aaf into delta-io:main Oct 17, 2021
@houqp
Copy link
Member

houqp commented Oct 17, 2021

🎉 for more performance boost.

@viirya
Copy link
Contributor Author

viirya commented Oct 17, 2021

Thanks @houqp @dispanser @Dandandan !

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.

Support hash lookup by path string for Remove action
4 participants