Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2966#discussion_r241437223
--- Diff:
integration/spark2/src/test/scala/org/apache/spark/carbondata/restructure/AlterTableValidationTestCase.scala
---
@@ -523,7 +523,8 @@ class AlterTableValidationTestCase extends
Spark2QueryTest with BeforeAndAfterAl
}
}
- test("describe formatted for default sort_columns pre and post alter") {
+ // after changing default sort_scope to no_sort, all dimensions are not
selected for sorting.
+ ignore("describe formatted for default sort_columns pre and post alter")
{
--- End diff --
Instead of ignoring update the testcase by specifying the sort_columns
while creating the table
---