kunal642 commented on a change in pull request #4132: URL: https://github.com/apache/carbondata/pull/4132#discussion_r642823135
########## File path: processing/src/main/java/org/apache/carbondata/processing/sort/sortdata/SortParameters.java ########## @@ -532,7 +556,7 @@ public static SortParameters createSortParameters(CarbonDataLoadConfiguration co parameters.setNoDictSortDataType(noDictSortAndNoSortDataTypes.get("noDictSortDataTypes")); parameters.setNoDictNoSortDataType(noDictSortAndNoSortDataTypes.get("noDictNoSortDataTypes")); // keep partition columns in the end for table spec by getting rearranged tale spec - TableSpec tableSpec = new TableSpec(configuration.getTableSpec().getCarbonTable(), true); + TableSpec tableSpec = new TableSpec(configuration.getTableSpec().getCarbonTable(), false); Review comment: @nihal0107 i dont see test cases for many of the scenarios mentioned. -- 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: us...@infra.apache.org