Github user chenerlu commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/1037#discussion_r122151976
  
    --- Diff: 
integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/dataload/TestGlobalSortDataLoad.scala
 ---
    @@ -299,16 +300,16 @@ class TestGlobalSortDataLoad extends QueryTest with 
BeforeAndAfterEach with Befo
         sql(
           s"""
              | LOAD DATA LOCAL INPATH '$path' INTO TABLE 
carbon_localsort_difftypes
    -         | OPTIONS('SORT_SCOPE'='GLOBAL_SORT',
    -         | 
'FILEHEADER'='shortField,intField,bigintField,doubleField,stringField,timestampField,decimalField,dateField,charField,floatField')
    +         | 
OPTIONS('FILEHEADER'='shortField,intField,bigintField,doubleField,stringField,timestampField,decimalField,dateField,charField,floatField')
            """.stripMargin)
     
    +    sql("DROP TABLE IF EXISTS carbon_globalsort_difftypes")
         sql(
           s"""
              | CREATE TABLE carbon_globalsort_difftypes(
    -         | shortField SHORT,
    +         | shortField smallint,
              | intField INT,
    -         | bigintField LONG,
    +         | bigintField bigint,
    --- End diff --
    
    same problem.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to