Details
-
New Feature
-
Resolution: Done
-
Major
-
None
-
All
-
-
GreenHopper Ranking:0|i2dnmr:
-
9223372036854775807
-
Small
Description
https://talend.slack.com/archives/C01LY0MJ44B/p1644593435220949
Need to keep BigDecimal type information when converting studio record to TCK record.
We need this type for connectors. like in TDI-47538
Edit fdesiles:
Following this feature implementation, schema for records will have a new property matching to the original type of the column in the record:
This new property is called talend.studio.type and will take following form:
SchemaImpl.EntryImpl(name=newColumn7BigDecimal, rawName=newColumn7BigDecimal, type=STRING, nullable=true, metadata=false, defaultValue=null, elementSchema=null, comment=, props={talend.studio.precision=-1, talend.studio.key=false, talend.studio.length=-1, talend.studio.type=id_BigDecimal})
It will be up to each output components to use it afterwards.