Akash R Nilugal created CARBONDATA-3060:
-------------------------------------------
Summary: Improve CLI and fix other bugs in CLI tool
Key: CARBONDATA-3060
URL: https://issues.apache.org/jira/browse/CARBONDATA-3060
Project: CarbonData
Issue Type: Bug
Reporter: Akash R Nilugal
Assignee: Akash R Nilugal
1. improve the syntax for CLI DDL, now the command can be given as**
`CarbonCli for table <table_name> options('-cmd summary/benchmark -a -s -v -c
<column_name> -m')`
the options will take one string, which is basically a command, which user can
directly paste into command promt and run as java command
Now user no nned to give -P also, internally when above commad is run we take
table path into consideration in command line arguments
other issues:
1. when numeric columns are included in dictionary, min max are wrong
2. timestamp column's min and max details are wrong, showing in long value
rather than actual timestanp format
3. help command is not working in beeline
4. complex types column min max are wrong, sometimes junk values
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)