Details
-
Bug
-
Resolution: Done
-
Major
-
None
Description
Description
TCK recordbuilder loose precision for java.sql.Timestamp which allow to exceed millisecond (nano seconds were not supported)
https://github.com/Talend/component-runtime/blob/master/component-runtime-impl/src/main/java/org/talend/sdk/component/runtime/record/RecordImpl.java#L395
We should update this method to not miss precision before using the API (record builder).
Applied Solution
Add Instant parameter type to withTimestamp method to avoid ms precision loss
Attachments
Issue Links
- is related to
-
TCOMP-2426 Missing Instant conversion to Long
- Done
-
TCOMP-2447 Revert datetime instant management changes on AvroSchema
- Done
- mentioned in
-
Page Loading...