You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by jackylk <gi...@git.apache.org> on 2018/01/07 16:14:28 UTC

[GitHub] carbondata pull request #1772: [CARBONDATA-1995] Unify all writer steps and ...

GitHub user jackylk opened a pull request:

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

    [CARBONDATA-1995] Unify all writer steps and make temp location configurable

    In order to make file level OuputFormat, it needs to make temp location configuration. 
    This PR:
    1. Unify all writer step into one to make write flow simpler.
    2. Make temp location configuration which is be used by file level OutputFormat.
    
     - [X] Any interfaces changed?
     No
     - [X] Any backward compatibility impacted?
     No
     - [X] Document update required?
    No
     - [X] Testing done
    Rerun all testcase
     - [X] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA. 
    NA

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jackylk/incubator-carbondata unify_writer

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/carbondata/pull/1772.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1772
    
----
commit a13fb16138bacc5521274227a5f097918ab12979
Author: Jacky Li <ja...@...>
Date:   2018-01-06T12:28:44Z

    remove partitionid

commit 2015fcd8980b6d7b206b608ab41493bb0a9b1467
Author: Jacky Li <ja...@...>
Date:   2018-01-07T16:10:19Z

    unify writer

----


---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/3295/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/3290/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/3384/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/2290/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/2305/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/2215/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by jackylk <gi...@git.apache.org>.
Github user jackylk commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    retest this please


---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/3526/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by jackylk <gi...@git.apache.org>.
Github user jackylk commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    retest this please


---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/3500/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/1511/



---

[GitHub] carbondata pull request #1772: [CARBONDATA-1995] Unify all writer steps and ...

Posted by jackylk <gi...@git.apache.org>.
Github user jackylk commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/1772#discussion_r165385686
  
    --- Diff: processing/src/main/java/org/apache/carbondata/processing/loading/steps/WriterProcessorStepImpl.java ---
    @@ -271,37 +262,18 @@ private CarbonRow convertRow(CarbonRow row) throws KeyGenException {
       }
     
       private void processBatch(CarbonRowBatch batch, CarbonFactHandler dataHandler, int iteratorIndex)
    -      throws CarbonDataLoadingException {
    -    try {
    -      while (batch.hasNext()) {
    -        CarbonRow row = batch.next();
    -        CarbonRow converted = convertRow(row);
    -        dataHandler.addDataToStore(converted);
    -        readCounter[iteratorIndex]++;
    +  {
    +    while (batch.hasNext()) {
    +      CarbonRow row;
    +      if (noSort) {
    --- End diff --
    
    ok, fixed


---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/2249/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/3348/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/2939/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/2289/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/1522/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/3322/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/1386/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/1728/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/2761/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/2292/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/2185/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/1529/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/3248/



---

[GitHub] carbondata pull request #1772: [CARBONDATA-1995] Unify all writer steps and ...

Posted by QiangCai <gi...@git.apache.org>.
Github user QiangCai commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/1772#discussion_r165287316
  
    --- Diff: processing/src/main/java/org/apache/carbondata/processing/loading/steps/WriterProcessorStepImpl.java ---
    @@ -271,37 +262,18 @@ private CarbonRow convertRow(CarbonRow row) throws KeyGenException {
       }
     
       private void processBatch(CarbonRowBatch batch, CarbonFactHandler dataHandler, int iteratorIndex)
    -      throws CarbonDataLoadingException {
    -    try {
    -      while (batch.hasNext()) {
    -        CarbonRow row = batch.next();
    -        CarbonRow converted = convertRow(row);
    -        dataHandler.addDataToStore(converted);
    -        readCounter[iteratorIndex]++;
    +  {
    +    while (batch.hasNext()) {
    +      CarbonRow row;
    +      if (noSort) {
    --- End diff --
    
    move 'if' statement to the outside of 'while' loop


---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/1625/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/3689/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/3525/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/2825/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/1683/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/2781/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/2869/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/3423/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/2784/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/3372/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/3493/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/2754/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/2112/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/2916/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/3765/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/2165/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/2261/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/4071/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/2044/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/3402/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/2136/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/3542/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/2957/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/3268/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/2743/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/2621/



---

[GitHub] carbondata pull request #1772: [CARBONDATA-1995] Unify all writer steps and ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/3455/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/2966/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/2783/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/2449/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/3529/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/1548/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/3372/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/2855/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/2058/



---

[GitHub] carbondata issue #1772: [CARBONDATA-1995] Unify all writer steps and make te...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1772
  
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/3284/



---