Github user xuchuanyin commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2988#discussion_r242377558
--- 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 --
besides, this is for varchar columns, why not update the code there?
---