ajantha-bhat commented on a change in pull request #3540: 
[CARBONDATA-3639][CARBONDATA-3638] Fix global sort exception in load from CSV 
flow with binary non-sort columns
URL: https://github.com/apache/carbondata/pull/3540#discussion_r361884938
 
 

 ##########
 File path: 
integration/spark-common-test/src/test/scala/org/apache/carbondata/integration/spark/testsuite/binary/TestBinaryDataType.scala
 ##########
 @@ -112,6 +112,48 @@ class TestBinaryDataType extends QueryTest with 
BeforeAndAfterAll {
         }
     }
 
+    test("Create table and load data with binary column with other global sort 
columns") {
+        sql("DROP TABLE IF EXISTS binaryTable")
+        sql(
+            s"""
+               | CREATE TABLE IF NOT EXISTS binaryTable (
+               |    id int,
+               |    label boolean,
+               |    name string,
+               |    binaryField binary,
+               |    autoLabel boolean)
+               | STORED BY 'carbondata'
 
 Review comment:
   OK. all other testcases in the file was using 'stored by'

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to