iture123 commented on code in PR #3338:
URL: 
https://github.com/apache/incubator-seatunnel/pull/3338#discussion_r1018832768


##########
seatunnel-connectors-v2/connector-elasticsearch/src/main/java/org/apache/seatunnel/connectors/seatunnel/elasticsearch/serialize/source/DefaultSeaTunnelRowDeserializer.java:
##########
@@ -66,10 +66,11 @@ public class DeaultSeaTunnelRowDeserializer implements 
SeaTunnelRowDeserializer
             put("yyyy-MM-dd HH:mm:ss.S".length(), 
DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss.S"));
             put("yyyy-MM-dd HH:mm:ss.SS".length(), 
DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss.SS"));
             put("yyyy-MM-dd HH:mm:ss.SSS".length(), 
DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss.SSS"));
+            put("yyyy-MM-dd HH:mm:ss.SSSSSS".length(), 
DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss.SSSSSS"));
         }

Review Comment:
   ```suggestion
           put("yyyy-MM-dd HH:mm:ss.SSSS".length(), 
DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss.SSSS"));
   put("yyyy-MM-dd HH:mm:ss.SSSSS".length(), 
DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss.SSSSS"));
           }
   ```



-- 
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