MAHOUT-743: Add regression test for async amplitude chunk bounds - #773
MAHOUT-743: Add regression test for async amplitude chunk bounds#773Rutuja123-dos wants to merge 0 commit into
Conversation
|
@Rutuja123-dos thanks for the patch , you should aim to dev-qdp branch. |
|
@rich7420 thanks for clarification. I will retarget the PR to the dev-qdp branch |
4cd7890 to
c43905d
Compare
guan404ming
left a comment
There was a problem hiding this comment.
It looks like this PR includes several changes that are unrelated to its main purpose. Could you please remove those so the scope stays focused? Thanks!
|
@Rutuja123-dos How's it going so far? Any questions? |
|
Hi @ryankert01, apologies for the delay! I was busy with my university semester exams over the last two weeks, so I couldn't get to this sooner. I am back now and will be working on cleaning up the PR to remove the unrelated commits and focus strictly on MAHOUT-743. I’ll have the updated, clean version pushed by tomorrow. Thanks for your patience |
4acd154 to
0a4c008
Compare
|
@ryankert01 I have now updated the PR with a clean force-push. It now contains only the regression test for MAHOUT-743 with proper formatting and license headers. Ready for review. let me know if there should be any changes. Thanks! |
3a93eb5 to
65b6863
Compare
65b6863 to
dd3856b
Compare
Purpose of PR
Adds a regression test to ensure async amplitude encoding respects 'chunk_len'
instead of writing the full 'state_len', preventing out-of-bounds writes for
non-first chunks.
Related Issues or PRs
Changes Made
Breaking Changes
Checklist