LiShuMing opened a new pull request #3632: [CARBONDATA-3717] Fix inconsistent configs in docs URL: https://github.com/apache/carbondata/pull/3632 ### Why is this PR needed? Now there are more and more configs in CarbonData(maybe is too many that is hard to maintain). I found a lot of confusing configs when I was using Carbon: ``` - `table_block_size` -> `table_blocksize` - `sort.inmemory.size.in.mb` -> `sort.inmemory.size.inmb` - unused config(useless): - carbon.number.of.cores - carbon.graph.rowset.size - carbon.enableXXHash - .... ``` ### What changes were proposed in this PR? - Fix wrong config docs; - Remove unused/meaningless config docs; ### Does this PR introduce any user interface change? - No ### Is any new testcase added? - No
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
