-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[ZK filter] Add missing operation supports for multi opcode #32456
[ZK filter] Add missing operation supports for multi opcode #32456
Conversation
Signed-off-by: Zhewei Hu <zhewei.hu33@gmail.com>
cc @JuniorHsu, please review if you have a chance, thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only one nits. I'm going to urge you to express what OP code is supported by this PR instead of one single link in the description
Signed-off-by: Zhewei Hu <zhewei.hu33@gmail.com>
Just updated the desc with more details and addressed your comments, PTAL! |
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
Commit Message: [ZK filter] Add missing operation supports for multi opcode
Additional Description: The ZK filter did not support some operations for the multi opcode based on the ZK source code. This could lead to decode errors. This PR tries to fill this gap by adding the opcode support of
Create2
,CreateContainer
,CreateTtl
,GetChildren
, andGetData
for theMulti
operation.Risk Level: Low
Testing: Unit tests
Docs Changes: N/A
Release Notes: N/A
Platform Specific Features: N/A