Github user ajantha-bhat commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2988#discussion_r242161063
--- Diff:
integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/createTable/TestNonTransactionalCarbonTable.scala
---
@@ -2490,6 +2490,54 @@ class TestNonTransactionalCarbonTable extends
QueryTest with BeforeAndAfterAll {
FileUtils.deleteDirectory(new File(writerPath))
}
+ test("check varchar with trailing space") {
--- End diff --
No need to duplicate test cases. In the existing varchar columns test case,
add a trailing space to one of the columns.
---