Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tavrooutput component loading date as long datatype in talend

while i am loading date datatype(dd-MM-yyyy) into avro output file, it is loading as long in avro output file.please help me on this

Labels (3)
1 Reply
vapukov
Master II
Master II

Hi,

 

all correct, there only supported by Avro types:

null: no value
boolean: a binary value
int: 32-bit signed integer
long: 64-bit signed integer
float: single precision (32-bit) IEEE 754 floating-point number
double: double precision (64-bit) IEEE 754 floating-point number
bytes: sequence of 8-bit unsigned bytes
string: unicode character sequence

no date/datetime/timestamp there it is only long (linux timestamp)