snuyanzin commented on code in PR #78:
URL: 
https://github.com/apache/flink-connector-opensearch/pull/78#discussion_r4057092371


##########
flink-connector-opensearch2/src/test/java/org/apache/flink/connector/opensearch/table/Opensearch2DynamicSinkITCase.java:
##########
@@ -163,7 +163,7 @@ public void testWritingDocuments() throws Exception {
                         .getSource();
         Map<Object, Object> expectedMap = new HashMap<>();
         expectedMap.put("a", 1);
-        expectedMap.put("b", "00:00:12");
+        expectedMap.put("b", "00:00:12.135");

Review Comment:
   yeah, I remember this =)
   
   for the history: was fixed within 
https://issues.apache.org/jira/browse/FLINK-17224



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to