Skip to content

Commit 8d44847

Browse files
Chris Choschmalliso
authored andcommitted
Timestamp Example fix (#239)
1 parent bfd9f67 commit 8d44847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/sink-connector/fundamentals/write-strategies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ a new position as shown in the following record:
171171
"_id": "MN-1234",
172172
"start": "Beacon",
173173
"destination": "Grand Central"
174-
"position": [ 40, -75 ]
174+
"position": [ 42, -75 ]
175175
}
176176

177177
Once your sink connector processes the preceding record, it inserts a document

0 commit comments

Comments
 (0)