KanakaKumar commented on a change in pull request #3183: [CARBONDATA-3349] support carboncli show sort_columns for a segment folder
URL:
https://github.com/apache/carbondata/pull/3183#discussion_r285608269
##########
File path: tools/cli/src/test/java/org/apache/carbondata/tool/CarbonCliTest.java
##########
@@ -184,6 +184,19 @@ public void testSummaryOutputIndividual() {
Assert.assertTrue(output.contains(expectedOutput));
}
+ @Test
+ public void testSortColumnsOfSegmentFolder() {
+ String[] args = {"-cmd", "sort_columns", "-p", path};
Review comment:
Please add test case with multiple index files and also do a alter sort_columns then assert the result
----------------------------------------------------------------
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:
[hidden email]
With regards,
Apache Git Services