Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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)