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

2018-12-10 Thread xubo245
why has two mail? http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/DISCUSSION-Complex-Delimiter-support-as-per-Hive-format-td69879.html -- Sent from: http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/

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

2018-12-10 Thread xubo245
'\001' and '\002' are invisible character, string won't contains these character usually. But sometimes string will contain ¥,# and other visible character -- Sent from: http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/

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

2018-12-10 Thread xubo245
CSDK also used '\001' and '\002' for Array, I think it's better and more common for different scenario. -- Sent from: http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/

[DISCUSSION] Complex Delimiter support as per Hive format

2018-12-07 Thread ManishNalla
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'

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

2018-12-07 Thread manishgupta88
+1 We should modify the delimters as per hive. Also update the documentation as per the change. Regards Manish Gupta -- Sent from: http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/

[DISCUSSION] Complex Delimiter support as per Hive format

2018-12-06 Thread ManishNalla
Hi all, I am working on Complex Datatype Map and want to propose a change in delimiters which are currently being used. We are currently supporting '$' and ':' as the two delimiters but this does not support TimeStamp to be a type as its format also contains ':' . So like Hive we can change the de