Skip to content

feat: migrate hash func to func-v2 #9402

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

Merged
merged 1 commit into from
Dec 29, 2022
Merged

Conversation

TCeason
Copy link
Collaborator

@TCeason TCeason commented Dec 29, 2022

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

migrate hash func to func-v2

Closes #issue

@vercel
Copy link

vercel bot commented Dec 29, 2022

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

1 Ignored Deployment
Name Status Preview Updated
databend ⬜️ Ignored (Inspect) Dec 29, 2022 at 8:59AM (UTC)

@TCeason TCeason marked this pull request as draft December 29, 2022 01:21
@TCeason TCeason force-pushed the ISSUE-9385 branch 2 times, most recently from c58cadd to 1c340cb Compare December 29, 2022 04:09
@TCeason
Copy link
Collaborator Author

TCeason commented Dec 29, 2022

In function v1, DFHash has these:

impl<'a> DFHash for &'a VariantValue
impl<'a> DFHash for ArrayValueRef<'a>
impl<'a> DFHash for StructValueRef<'a>

How to convert it into function-v2?

Need help cc @sundy-li @andylokandy

@TCeason TCeason changed the title feature:migrate hash func to func-v2 feat: migrate hash func to func-v2 Dec 29, 2022
@mergify mergify bot added the pr-feature this PR introduces a new feature to the codebase label Dec 29, 2022
@TCeason TCeason marked this pull request as ready for review December 29, 2022 08:59
@sundy-li sundy-li merged commit 7ff6d79 into databendlabs:main Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-feature this PR introduces a new feature to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants