[DISCUSSION] Complex Delimiter support as per Hive format

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[DISCUSSION] Complex Delimiter support as per Hive format

ManishNalla-2
Hi all,

I am working on Complex Datatype Map and want to propose a change in the
delimiters which are currently supported. We are currently using '$' and ':'
as delimiters but this not support the TimeStamp datatype as it also has ':'
in its format.
So like Hive we change the delimiters to '\001' and '\002' ASCII characters
for complex datatypes. Please let me know your suggestions.

Regards,
Manish Nalla



--
Sent from: http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/
Reply | Threaded
Open this post in threaded view
|

Re: [DISCUSSION] Complex Delimiter support as per Hive format

xubo245