Skip to content

Commit

Permalink
DBZ-7107 Add micro/nano second based timestamps to source info block
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Feb 15, 2024
1 parent e7871da commit a2a5f3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/io/debezium/connector/db2/SourceInfoTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ public void schemaIsCorrect() {
.field("snapshot", AbstractSourceInfoStructMaker.SNAPSHOT_RECORD_SCHEMA)
.field("db", Schema.STRING_SCHEMA)
.field("sequence", Schema.OPTIONAL_STRING_SCHEMA)
.field("ts_us", Schema.INT64_SCHEMA)
.field("ts_ns", Schema.INT64_SCHEMA)
.field("schema", Schema.STRING_SCHEMA)
.field("table", Schema.STRING_SCHEMA)
.field("change_lsn", Schema.OPTIONAL_STRING_SCHEMA)
Expand Down

0 comments on commit a2a5f3e

Please sign in to comment.