-
Notifications
You must be signed in to change notification settings - Fork 636
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
Cherry Pick DYN-1476: AllowRankReductionAttribute on Zero Touch Properties (#9542) #9549
Conversation
DynamoDS#9542) * update * Brought truncated search results and full query search out from behind debug menu. Deleted debug menu items. * Added CheckForRankReductionAttribute() method to FFIMemberInfo * Cleaned up CheckForRankReductionAttribute * Added AllowRankReductionAttribute tests * Comments. Change method name. * Update tests, method name * Corrected test names * Fixed annoying diff
LGTM 👍 |
lets wait on this until we resolve the failing test / question about where to use this attribute. |
@scottmitchell please update this test:
Values property of a Dictionary has the AllowRankReduction attribute.
|
@aparajit-pratap - @scottmitchell and I wanted to talk to you first - and see what you thought about
|
@mjkkirschner I'm okay with removing the attribute from the |
@mjkkirschner @aparajit-pratap Sounds good, I'll create a PR removing the attribute from Dictionary.Values, and I'll add a TODO to look at adding this for 3.0 |
so we can close this? |
@mjkkirschner Yeah we can close this. I wasn't sure if it was better to change this PR or just close it and make a new one. |
Or wait.. Do you mean merge this one? And then we'll cherry pick the follow up PR also? |
no I meant close this PR without merging and then on the 2.2 branch all we need to do is cherry pick the other change right? |
either is fine I guess. your call. |
Ok that makes sense. Closing this one. |
Wait, I'm confused. Why has this been closed? I thought this fix was planned for 2.2 also. |
@mjkkirschner @aparajit-pratap @scottmitchell Sorry for the confusion but we only need to cherry-pick one more change into this PR and we are done. I think it makes best sense to do both changes from master in a single PR to 2.2.0 |
…amoDS#9550) * update * Brought truncated search results and full query search out from behind debug menu. Deleted debug menu items. * Removed AllowRankReduction from Dictionary.Values. Added TODO
@QilongTang @mjkkirschner @aparajit-pratap Both PRs are cherry picked. I'll merge once the checks complete. |
@scottmitchell Glad it worked! |
update
Brought truncated search results and full query search out from behind debug menu. Deleted debug menu items.
Added CheckForRankReductionAttribute() method to FFIMemberInfo
Cleaned up CheckForRankReductionAttribute
Added AllowRankReductionAttribute tests
Comments. Change method name.
Update tests, method name
Corrected test names
Fixed annoying diff
Purpose
Cherry Pick this PR to 2.2.0
Declarations
Check these if you believe they are true
*.resx
filesReviewers
FYIs