Skip to content

Commit

Permalink
set useChunkSerialize =false
Browse files Browse the repository at this point in the history
  • Loading branch information
hening committed Jan 24, 2025
1 parent 444959f commit d9a44b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public abstract class AbstractMapSerializer<T> extends Serializer<T> {
private static final byte MARK_HAS_WRITE_CLASS_INFO = -1;
protected MethodHandle constructor;
protected final boolean supportCodegenHook;
protected boolean useChunkSerialize = true;
protected boolean useChunkSerialize;
private Serializer keySerializer;
private Serializer valueSerializer;
protected final ClassInfoHolder keyClassInfoWriteCache;
Expand Down

0 comments on commit d9a44b0

Please sign in to comment.