Github user dhatchayani commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1322#discussion_r139395822
--- Diff:
integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/sortcolumns/TestSortColumns.scala
---
@@ -31,6 +31,42 @@ class TestSortColumns extends QueryTest with
BeforeAndAfterAll {
sql(s"""LOAD DATA local inpath '$resourcesPath/data.csv' INTO TABLE
origintable1 OPTIONS('DELIMITER'= ',', 'QUOTECHAR'= '\"')""")
}
+ test("create table sort columns dictionary include - int") {
--- End diff --
added
---