Compact Metadata write part implementation. [API-1326]#1039
Compact Metadata write part implementation. [API-1326]#1039OzanCansel merged 16 commits intohazelcast:masterfrom
Conversation
|
Linux test FAILed. |
|
Windows test FAILed. |
|
Linux test FAILed. |
|
Windows test FAILed. |
|
Linux test FAILed. |
|
Windows test FAILed. |
1 similar comment
|
Windows test FAILed. |
|
Linux test FAILed. |
1 similar comment
|
Linux test FAILed. |
|
Windows test FAILed. |
|
Linux test FAILed. |
|
Windows test FAILed. |
ebcef13 to
e284a1d
Compare
|
Linux test FAILed. |
|
Windows test FAILed. |
|
Linux test FAILed. |
|
Windows test FAILed. |
|
Linux test FAILed. |
1 similar comment
|
Linux test FAILed. |
|
Windows test FAILed. |
|
Linux test FAILed. |
|
Windows test FAILed. |
2 similar comments
|
Windows test FAILed. |
|
Windows test FAILed. |
|
Linux test FAILed. |
1 similar comment
|
Linux test FAILed. |
fdda065 to
9ae1ab4
Compare
…te_schema method is refactored.
af147eb to
e7542c8
Compare
|
Linux test FAILed. |
|
Linux test PASSed. |
1 similar comment
|
Linux test PASSed. |
|
Linux test FAILed. |
|
Windows test FAILed. |
|
Linux test PASSed. |
aae48b4 to
f9c9623
Compare
|
Windows test FAILed. |
|
Linux test PASSed. |
ihsandemir
left a comment
There was a problem hiding this comment.
Looks good. Thanks for the effort.
f9c9623 to
214a369
Compare
|
Windows test FAILed. |
214a369 to
0bc3fdc
Compare
|
Windows test FAILed. |
0bc3fdc to
00dd69d
Compare
|
Linux test FAILed. |
1 similar comment
|
Linux test FAILed. |
|
Windows test PASSed. |
|
Linux test PASSed. |
default_schema_serviceis added as member tohazelcast_client_instance_impl.hClientMessage::setis overloaded forserialization::pimpl::field_descriptor.ClientMessage::setis overloaded forserialization::pimpl::schema.field_kindis moved tofield_kind.h.compact.his moved tocompact/compact.hcompact.i.his renamed tocompact_impl.hand moved tocompact/compact_impl.h.default_schema_serviceis moved todefault_schema_service.h.field_descriptoris moved tocompact/field_descriptor.h.schemais moved tocompact/schema.h.will_be_replicated_schemas_field is added toserialization::pimpl::data.default_schema_service¶meter is added to constructor ofSerializationService.ClientInvocationis updated toreplicate_schemasbefore actualy invocation.enum field_kindchanged toenum class field_kind.SerializationServiceare refactored due to extradefault_schema_serviceargument.null_schema_serviceis added toTestHelperFunctions.h.CompactSchemaReplicationOnWritetest is added.CompactSchemaValidationtest is added.compact_test.cppsplitted into different files but they are not different translation unit. So it doesn't affect the compile time.compact/serialization.