[GitHub] carbondata pull request #2530: [CARBONDATA-2753] Fix Compatibility issues

classic Classic list List threaded Threaded
52 messages Options
123
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2530: [WIP][CARBONDATA-2753] Fix Compatibility issues

qiuchenjian-2
Github user ravipesala commented on the issue:

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



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

[GitHub] carbondata issue #2530: [WIP][CARBONDATA-2753] Fix Compatibility issues

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

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



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

[GitHub] carbondata issue #2530: [WIP][CARBONDATA-2753] Fix Compatibility issues

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

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



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

[GitHub] carbondata issue #2530: [WIP][CARBONDATA-2753] Fix Compatibility issues

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

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



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

[GitHub] carbondata issue #2530: [WIP][CARBONDATA-2753] Fix Compatibility issues

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

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


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

[GitHub] carbondata issue #2530: [CARBONDATA-2753] Fix Compatibility issues

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

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


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

[GitHub] carbondata issue #2530: [CARBONDATA-2753] Fix Compatibility issues

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

    https://github.com/apache/carbondata/pull/2530
 
    retest sdv please


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

[GitHub] carbondata issue #2530: [CARBONDATA-2753] Fix Compatibility issues

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

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



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

[GitHub] carbondata issue #2530: [CARBONDATA-2753] Fix Compatibility issues

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

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



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

[GitHub] carbondata issue #2530: [CARBONDATA-2753] Fix Compatibility issues

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

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



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

[GitHub] carbondata issue #2530: [CARBONDATA-2753] Fix Compatibility issues

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

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



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

[GitHub] carbondata issue #2530: [CARBONDATA-2753] Fix Compatibility issues

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

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



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

[GitHub] carbondata issue #2530: [CARBONDATA-2753] Fix Compatibility issues

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

    https://github.com/apache/carbondata/pull/2530
 
    retest sdv please


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

[GitHub] carbondata pull request #2530: [CARBONDATA-2753] Fix Compatibility issues

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user jackylk commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2530#discussion_r204426235
 
    --- Diff: core/src/main/java/org/apache/carbondata/core/indexstore/blockletindex/BlockDataMap.java ---
    @@ -88,6 +89,12 @@
        * index of segmentProperties in the segmentProperties holder
        */
       protected int segmentPropertiesIndex;
    +
    +  /**
    +   * carbon table object
    +   */
    +  protected CarbonTable carbonTable;
    --- End diff --
   
    I am not sure why it is required


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

[GitHub] carbondata pull request #2530: [CARBONDATA-2753] Fix Compatibility issues

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user dhatchayani commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2530#discussion_r204430375
 
    --- Diff: core/src/main/java/org/apache/carbondata/core/indexstore/blockletindex/BlockDataMap.java ---
    @@ -88,6 +89,12 @@
        * index of segmentProperties in the segmentProperties holder
        */
       protected int segmentPropertiesIndex;
    +
    +  /**
    +   * carbon table object
    +   */
    +  protected CarbonTable carbonTable;
    --- End diff --
   
    carbonTable is required in prune method and isScanRequired method


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

[GitHub] carbondata issue #2530: [CARBONDATA-2753] Fix Compatibility issues

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

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



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

[GitHub] carbondata issue #2530: [CARBONDATA-2753] Fix Compatibility issues

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

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



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

[GitHub] carbondata issue #2530: [CARBONDATA-2753] Fix Compatibility issues

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

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



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

[GitHub] carbondata issue #2530: [CARBONDATA-2753] Fix Compatibility issues

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

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



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

[GitHub] carbondata issue #2530: [CARBONDATA-2753] Fix Compatibility issues

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

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



---
123