Chetan Bhat created CARBONDATA-3713:
---------------------------------------
Summary: default sort information not correct in SDK guide link -
https://carbondata.apache.org/sdk-guide.html
Key: CARBONDATA-3713
URL: https://issues.apache.org/jira/browse/CARBONDATA-3713
Project: CarbonData
Issue Type: Bug
Components: docs
Affects Versions: 2.0.0
Reporter: Chetan Bhat
Fix For: 2.0.0
Issue :-
In [https://carbondata.apache.org/sdk-guide.html]
for the API {{public CarbonWriterBuilder sortBy(String[] sortColumns);}}
the comment mentions that "If it is null or by default all dimensions are
selected for sorting"
Expected : -
By default no dimension is selected for sorting as the default sort scope is no
sort. Hence the statement to be corrected to "If it is null or by default no
dimensions are selected for sorting"
--
This message was sent by Atlassian Jira
(v8.3.4#803005)