Closed clee704 closed 3 years ago
Follow-up of #443.
StructType
Relation.dataSchemaJson: String
Relation.dataSchema: StructType
Yes, the serialization format of IndexLogEntry is changed. Note that #443 already changed this, so this is not a new breaking change.
IndexLogEntry
With existing tests.
LGTM, just curious as @imback82 is curious, why not doing the same on the 3.x version?
3.x
LGTM thanks! Please address @imback82 's comments
What is the context for this pull request?
What changes were proposed in this pull request?
Follow-up of #443.
StructType
serialization issue on the object mapper level.Relation.dataSchemaJson: String
toRelation.dataSchema: StructType
.Does this PR introduce any user-facing change?
Yes, the serialization format of
IndexLogEntry
is changed. Note that #443 already changed this, so this is not a new breaking change.How was this patch tested?
With existing tests.