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

[GitHub] carbondata pull request #1914: [CARBONDATA-2122] Corrected bad record path v...

GitHub user jatin9896 opened a pull request:

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

    [CARBONDATA-2122] Corrected bad record path validation

    Data Load having bad record redirect with empty location should throw the exception of Invalid Path.
    
    Be sure to do all of the following checklist to help us incorporate 
    your contribution quickly and easily:
    
     - [ ] Any interfaces changed?No 
     
     - [ ] Any backward compatibility impacted?No
     
     - [ ] Document update required?No
    
     - [ ] Testing done
            Please provide details on 
            - Whether new unit test cases have been added or why no new tests are required?Yes
            - How it is tested? Please attach test report.
            - Is it a performance related change? Please attach the performance test report.
            - Any additional information to help reviewers in testing this change.
           
     - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA. 
    


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

    $ git pull https://github.com/jatin9896/incubator-carbondata CARBONDATA-2122

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

    https://github.com/apache/carbondata/pull/1914.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 #1914
    
----
commit 0bc09a48210b534fbb8be1c9bb815fc00906215c
Author: Jatin <ja...@...>
Date:   2018-02-02T14:25:16Z

    corrected bad record path validation

----


---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata pull request #1914: [CARBONDATA-2122] Corrected bad record path v...

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

    https://github.com/apache/carbondata/pull/1914#discussion_r165676157
  
    --- Diff: integration/spark-common/src/main/scala/org/apache/carbondata/spark/util/DataLoadingUtil.scala ---
    @@ -229,11 +229,11 @@ object DataLoadingUtil {
     
         if (bad_records_logger_enable.toBoolean ||
             LoggerAction.REDIRECT.name().equalsIgnoreCase(bad_records_action)) {
    -      bad_record_path = CarbonUtil.checkAndAppendHDFSUrl(bad_record_path)
           if (!CarbonUtil.isValidBadStorePath(bad_record_path)) {
             CarbonException.analysisException("Invalid bad records location.")
           }
         }
    +    bad_record_path = CarbonUtil.checkAndAppendHDFSUrl(bad_record_path)
    --- End diff --
    
    Move the condition up in if block after validation


---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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


---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Add validation for empty bad recor...

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

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



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata pull request #1914: [CARBONDATA-2122] Corrected bad record path v...

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

    https://github.com/apache/carbondata/pull/1914#discussion_r165809266
  
    --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/badrecordloger/BadRecordActionTest.scala ---
    @@ -92,6 +92,65 @@ class BadRecordActionTest extends QueryTest with BeforeAndAfterAll  {
           Seq(Row(2)))
       }
     
    +  test("test bad record REDIRECT but not having location should throw exception") {
    +    sql("drop table if exists sales")
    +    sql(
    +      """CREATE TABLE IF NOT EXISTS sales(ID BigInt, date Timestamp, country String,
    +          actual_price Double, Quantity int, sold_price Decimal(19,2)) STORED BY 'carbondata'""")
    +    val exMessage = intercept[Exception] {
    +      sql("LOAD DATA local inpath '" + csvFilePath + "' INTO TABLE sales OPTIONS" +
    +          "('bad_records_action'='REDIRECT', 'DELIMITER'=" +
    +          " ',', 'QUOTECHAR'= '\"', 'BAD_RECORD_PATH'='')")
    +    }
    +    assert(exMessage.getMessage.contains("Invalid bad records location."))
    +  }
    +
    +  test("test bad record REDIRECT but not having empty location in option should throw exception") {
    +    CarbonProperties.getInstance().addProperty(CarbonCommonConstants.CARBON_BADRECORDS_LOC,
    +      CarbonCommonConstants.CARBON_BADRECORDS_LOC_DEFAULT_VAL)
    +    sql("drop table if exists sales")
    +    sql(
    +      """CREATE TABLE IF NOT EXISTS sales(ID BigInt, date Timestamp, country String,
    +          actual_price Double, Quantity int, sold_price Decimal(19,2)) STORED BY 'carbondata'""")
    +    val exMessage = intercept[Exception] {
    +      sql("LOAD DATA local inpath '" + csvFilePath + "' INTO TABLE sales OPTIONS" +
    +          "('bad_records_action'='REDIRECT', 'DELIMITER'=" +
    +          " ',', 'QUOTECHAR'= '\"')")
    +    }
    +    assert(exMessage.getMessage.contains("Invalid bad records location."))
    +  }
    +
    +  test("test bad record is REDIRECT with location in carbon properties should pass") {
    +    sql("drop table if exists sales")
    +    CarbonProperties.getInstance().addProperty(CarbonCommonConstants.CARBON_BADRECORDS_LOC, "/tmp")
    --- End diff --
    
    Change /tmp to resourcesPath  in all your test cases


---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata pull request #1914: [CARBONDATA-2122] Corrected bad record path v...

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

    https://github.com/apache/carbondata/pull/1914#discussion_r165675863
  
    --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/badrecordloger/BadRecordActionTest.scala ---
    @@ -92,6 +92,44 @@ class BadRecordActionTest extends QueryTest with BeforeAndAfterAll  {
           Seq(Row(2)))
       }
     
    +  test("test bad record REDIRECT but not having location should throw exception"){
    +    sql("drop table if exists sales")
    +    sql(
    +      """CREATE TABLE IF NOT EXISTS sales(ID BigInt, date Timestamp, country String,
    +          actual_price Double, Quantity int, sold_price Decimal(19,2)) STORED BY 'carbondata'""")
    +    val exMessage = intercept[Exception]{
    +      sql("LOAD DATA local inpath '" + csvFilePath + "' INTO TABLE sales OPTIONS" +
    +          "('bad_records_action'='REDIRECT', 'DELIMITER'=" +
    +          " ',', 'QUOTECHAR'= '\"', 'BAD_RECORD_PATH'='')")
    +    }
    +    assert(exMessage.getMessage.contains("Invalid bad records location."))
    +  }
    +
    +  test("test bad record is REDIRECT with location in carbon properties should pass"){
    +    sql("drop table if exists sales")
    +    CarbonProperties.getInstance().addProperty(CarbonCommonConstants.CARBON_BADRECORDS_LOC,"/tmp")
    +    sql("drop table if exists sales")
    +    sql(
    +      """CREATE TABLE IF NOT EXISTS sales(ID BigInt, date Timestamp, country String,
    +          actual_price Double, Quantity int, sold_price Decimal(19,2)) STORED BY 'carbondata'""")
    +    sql("LOAD DATA local inpath '" + csvFilePath + "' INTO TABLE sales OPTIONS" +
    +        "('bad_records_action'='REDIRECT', 'DELIMITER'=" +
    +        " ',', 'QUOTECHAR'= '\"')")
    +  }
    +
    +  test("test bad record is redirect with location in option while data loading should pass"){
    +    sql("drop table if exists sales")
    +    CarbonProperties.getInstance().addProperty(CarbonCommonConstants.CARBON_BADRECORDS_LOC,"")
    --- End diff --
    
    Instead of quotes use the default value from CarboNCommonConsstants


---

[GitHub] carbondata pull request #1914: [CARBONDATA-2122] Corrected bad record path v...

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

    https://github.com/apache/carbondata/pull/1914#discussion_r165675592
  
    --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/badrecordloger/BadRecordActionTest.scala ---
    @@ -92,6 +92,44 @@ class BadRecordActionTest extends QueryTest with BeforeAndAfterAll  {
           Seq(Row(2)))
       }
     
    +  test("test bad record REDIRECT but not having location should throw exception"){
    +    sql("drop table if exists sales")
    +    sql(
    +      """CREATE TABLE IF NOT EXISTS sales(ID BigInt, date Timestamp, country String,
    +          actual_price Double, Quantity int, sold_price Decimal(19,2)) STORED BY 'carbondata'""")
    +    val exMessage = intercept[Exception]{
    +      sql("LOAD DATA local inpath '" + csvFilePath + "' INTO TABLE sales OPTIONS" +
    +          "('bad_records_action'='REDIRECT', 'DELIMITER'=" +
    +          " ',', 'QUOTECHAR'= '\"', 'BAD_RECORD_PATH'='')")
    +    }
    +    assert(exMessage.getMessage.contains("Invalid bad records location."))
    +  }
    +
    +  test("test bad record is REDIRECT with location in carbon properties should pass"){
    +    sql("drop table if exists sales")
    +    CarbonProperties.getInstance().addProperty(CarbonCommonConstants.CARBON_BADRECORDS_LOC,"/tmp")
    +    sql("drop table if exists sales")
    +    sql(
    +      """CREATE TABLE IF NOT EXISTS sales(ID BigInt, date Timestamp, country String,
    +          actual_price Double, Quantity int, sold_price Decimal(19,2)) STORED BY 'carbondata'""")
    +    sql("LOAD DATA local inpath '" + csvFilePath + "' INTO TABLE sales OPTIONS" +
    +        "('bad_records_action'='REDIRECT', 'DELIMITER'=" +
    +        " ',', 'QUOTECHAR'= '\"')")
    --- End diff --
    
    1. Put the test case in try and finally block
    2. Add the bad store path in try and in finally rest the path to default



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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


---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata pull request #1914: [CARBONDATA-2122] Corrected bad record path v...

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

    https://github.com/apache/carbondata/pull/1914#discussion_r165674058
  
    --- Diff: core/src/main/java/org/apache/carbondata/core/util/CarbonUtil.java ---
    @@ -1891,7 +1892,8 @@ public static boolean validateValidIntType(String value) {
        * @return
        */
       public static boolean isValidBadStorePath(String badRecordsLocation) {
    -    return !(null == badRecordsLocation || badRecordsLocation.length() == 0);
    +    if (StringUtils.isEmpty(badRecordsLocation)) return false;
    +    else return isFileExists(checkAndAppendHDFSUrl(badRecordsLocation));
    --- End diff --
    
    Follow code formatting
    if (StringUtils.isEmpty(badRecordsLocation)) {
    return false;
    }


---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata pull request #1914: [CARBONDATA-2122] Corrected bad record path v...

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

    https://github.com/apache/carbondata/pull/1914#discussion_r165812799
  
    --- Diff: core/src/main/java/org/apache/carbondata/core/util/CarbonUtil.java ---
    @@ -1891,7 +1892,12 @@ public static boolean validateValidIntType(String value) {
        * @return
        */
       public static boolean isValidBadStorePath(String badRecordsLocation) {
    -    return !(null == badRecordsLocation || badRecordsLocation.length() == 0);
    +    if (StringUtils.isEmpty(badRecordsLocation)) {
    +      return false;
    +    }
    +    else {
    --- End diff --
    
    move else in above line


---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata pull request #1914: [CARBONDATA-2122] Add validation for empty ba...

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

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


---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Add validation for empty bad recor...

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

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



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---

[GitHub] carbondata issue #1914: [CARBONDATA-2122] Corrected bad record path validati...

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

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



---