[GitHub] carbondata pull request #2096: [CARBONDATA-2274] fix for Partition table hav...

classic Classic list List threaded Threaded
26 messages Options
12
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #2096: [CARBONDATA-2274] fix for Partition table hav...

qiuchenjian-2
Github user rahulforallp commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2096#discussion_r177721541
 
    --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/standardpartition/StandardPartitionTableLoadingTestCase.scala ---
    @@ -135,6 +135,23 @@ class StandardPartitionTableLoadingTestCase extends QueryTest with BeforeAndAfte
           sql("select empno, empname, designation, doj, workgroupcategory, workgroupcategoryname, deptno, deptname, projectcode, projectjoindate, projectenddate, attendance, utilization, salary from originTable order by empno"))
       }
     
    +  test("data loading for partition table for five partition column") {
    +    sql(
    +      """
    +        | CREATE TABLE partitionfive (empno int, doj Timestamp,
    +        |  workgroupcategoryname String, deptno int, deptname String,
    +        |  projectcode int, projectjoindate Timestamp, projectenddate Timestamp,attendance int)
    +        | PARTITIONED BY (utilization int,salary int,workgroupcategory int, empname String,
    +        | designation String)
    +        | STORED BY 'org.apache.carbondata.format'
    +      """.stripMargin)
    +    sql(s"""LOAD DATA local inpath '$resourcesPath/data.csv' INTO TABLE partitionfive OPTIONS('DELIMITER'= ',', 'QUOTECHAR'= '"')""")
    +
    +    validateDataFiles("default_partitionfive", "0", 10)
    +
    +    checkAnswer(sql("select empno, empname, designation, doj, workgroupcategory, workgroupcategoryname, deptno, deptname, projectcode, projectjoindate, projectenddate, attendance, utilization, salary from partitionfive order by empno"),
    --- End diff --
   
    filter test case also added


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2096: [CARBONDATA-2274] fix for Partition table having mor...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2096
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/4634/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2096: [CARBONDATA-2274] fix for Partition table having mor...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2096
 
    Build Success with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/3409/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2096: [CARBONDATA-2274] fix for Partition table having mor...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/2096
 
    SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/4142/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2096: [CARBONDATA-2274] fix for Partition table having mor...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/2096
 
    LGTM


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #2096: [CARBONDATA-2274] fix for Partition table hav...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user asfgit closed the pull request at:

    https://github.com/apache/carbondata/pull/2096


---
12