Re: carbondata timestamp has a bug

2019-03-30 Thread ManishNalla
Hi Jocean, The timestamp format which you specify by doing this: CarbonProperties.getInstance() .addProperty(CarbonCommonConstants.CARBON_TIMESTAMP_FORMAT, "/MM/dd HH:mm:ss") is only for taking the input in this format. The output displayed when you query will always be in the default

[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'

[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