[GitHub] carbondata pull request #1879: [WIP] Fix measure min/max value problem while...

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

[GitHub] carbondata issue #1879: [CARBONDATA-2102] Fix measure min/max value problem ...

qiuchenjian-2
Github user CarbonDataQA commented on the issue:

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



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

[GitHub] carbondata issue #1879: [CARBONDATA-2102] Fix measure min/max value problem ...

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

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



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

[GitHub] carbondata issue #1879: [CARBONDATA-2102] Fix measure min/max value problem ...

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

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



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

[GitHub] carbondata issue #1879: [CARBONDATA-2102] Fix measure min/max value problem ...

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

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



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

[GitHub] carbondata issue #1879: [CARBONDATA-2102] Fix measure min/max value problem ...

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

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



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

[GitHub] carbondata issue #1879: [CARBONDATA-2102] Fix measure min/max value problem ...

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

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



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

[GitHub] carbondata issue #1879: [CARBONDATA-2102] Fix measure min/max value problem ...

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

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


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

[GitHub] carbondata pull request #1879: [CARBONDATA-2102] Fix measure min/max value p...

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

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


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

[GitHub] carbondata issue #1879: [CARBONDATA-2102] Fix measure min/max value problem ...

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

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



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

[GitHub] carbondata issue #1879: [CARBONDATA-2102] Fix measure min/max value problem ...

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

    https://github.com/apache/carbondata/pull/1879
 
    I have a question about the following codes. Doesn't it make the compare method always return EQUAL? It compares same input argument.
    ```
          byte[][] firstBytes = splitKey(first.getByteArray(0));
     -    byte[][] secondBytes = splitKey(second.getByteArray(0));
     +   byte[][] secondBytes = splitKey(first.getByteArray(0));
    ```
    https://github.com/manishgupta88/carbondata/blob/84f56129687f53f546c60147a24f82e327ded173/core/src/main/java/org/apache/carbondata/core/indexstore/blockletindex/BlockletDMComparator.java#L66


---
12