-
Notifications
You must be signed in to change notification settings - Fork 287
feat(java): Chunk by chunk predictive map serialization protocol #1722
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
chaokunyang
merged 31 commits into
apache:main
from
Hen1ng:support_map_chunk_serialization_protocol
Jan 24, 2025
Merged
Changes from 18 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
8ce5f13
map general write
6e45eb6
map serializer chunk by chunk, key is not allowed null
7fd2dc6
preserveByteForHeaderAndChunkSize and extract method
9242f76
checkChunkSize and modify max chunk size to 127
7fbe54d
use Preconditions check chunk size
07d7911
save code
1e03081
update
b382f1d
update
ca2d221
debug
82cb1fb
remove useless commit
c492e8e
delete useless code
77c6364
添加配置isChunkSerializeMapEnabled,是否开启mapchunk序列化
fe2bb76
mvn spotless apply
55f8440
reset key and value serializer is null
3752339
modify code
48b8a75
add apache license
c06fdc7
use local variable and bug fix
aa364f5
use local variable and big method
c6c8235
Merge remote-tracking branch 'ant/main' into support_map_chunk_serial…
chaokunyang dd01e09
Merge branch 'main' into support_map_chunk_serialization_protocol
1aad170
merge main branch and delete useless file
1bd870e
remove isChunkSerializeMapEnabled config
311c614
remove useless code
b461314
split big method to short method
444959f
bug fix
d9a44b0
set useChunkSerialize =false
d785d46
fix javadoc style
90a267e
testDifferentKeyAndValueType
98fe77f
update
a8e2181
remove useless code
e5b63d7
add unit test
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.