JNSimba commented on code in PR #221:
URL: 
https://github.com/apache/doris-spark-connector/pull/221#discussion_r1696163971


##########
spark-doris-connector/src/main/java/org/apache/doris/spark/serialization/RowBatch.java:
##########
@@ -369,28 +374,23 @@ public void convertArrowToRowBatch() throws 
DorisException {
                                     continue;
                                 }
                                 String value = new 
String(varCharVector.get(rowIndex), StandardCharsets.UTF_8);
-                                addValueToRow(rowIndex, value);
+                                 value = completeMilliseconds(value);
+                                LocalDateTime parse = 
LocalDateTime.parse(value, dateTimeV2Formatter);

Review Comment:
   Is there a problem with using dateTimeV2Formatter for datetime?



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to