Skip to content

Commit

Permalink
Ignore additional timestamps in augmented row - these fields are inte…
Browse files Browse the repository at this point in the history
…rnally used in HBase applier and don't need to be serialized to json
  • Loading branch information
Volodymyr Pytak committed May 25, 2018
1 parent ba36581 commit 84e989e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* This class encapsulates this type of event.
*/
@JsonInclude(JsonInclude.Include.NON_NULL)
@JsonIgnoreProperties({"tableSchemaVersion"})
@JsonIgnoreProperties({"tableSchemaVersion","originalTimestamp","transactionUUIDTimestamp"})
public class AugmentedRow {

@JsonDeserialize(as = BinlogEventV4HeaderImpl.class)
Expand Down

0 comments on commit 84e989e

Please sign in to comment.