Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.5.1
-
None
-
None
-
None
Description
Optimize the documentation:
1. Optimize the upper/lower case problem,we should unify the expression by using correct format , for example:
Creating BloomFilter DataMap
Dropping specified datamap
Disable Datamap
in https://github.com/apache/carbondata/blob/master/docs/datamap/bloomfilter-datamap-guide.md
we should change olap to OLAP in https://github.com/apache/carbondata/blob/master/docs/datamap-developer-guide.md
2. Optimize the space error in project, for example:
- @param dbName the database name , if not a default database
in org.apache.carbondata.presto.server.PrestoServer#startServer
=> after database name, it shouldn't have space, need change it to "database name,"
others:
org.apache.spark.sql.CarbonDatasourceHadoopRelation#toString
failed to get lucene datamap ,
Attachments
Issue Links
- is a child of
-
CARBONDATA-3125 Find minor bug or raise some small requirements/features, and then implement them
- Open
- links to