[GitHub] carbondata pull request #2726: [WIP] Float and Byte DataType support

classic Classic list List threaded Threaded
63 messages Options
1234
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2726: [WIP] Float and Byte DataType support

qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2726
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/353/



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

[GitHub] carbondata issue #2726: [WIP] Float and Byte DataType support

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

    https://github.com/apache/carbondata/pull/2726
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/354/



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

[GitHub] carbondata pull request #2726: [WIP] Float and Byte DataType support

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

    https://github.com/apache/carbondata/pull/2726#discussion_r218790962
 
    --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/page/ColumnPage.java ---
    @@ -61,7 +61,7 @@
     
       protected static final boolean unsafe = Boolean.parseBoolean(CarbonProperties.getInstance()
           .getProperty(CarbonCommonConstants.ENABLE_UNSAFE_COLUMN_PAGE,
    -          CarbonCommonConstants.ENABLE_UNSAFE_COLUMN_PAGE_DEFAULT));
    +          "false"));
    --- End diff --
   
    Please revert the change


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

[GitHub] carbondata pull request #2726: [CARBONDATA-2948] Float and Byte DataType sup...

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

    https://github.com/apache/carbondata/pull/2726#discussion_r218800702
 
    --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/page/ColumnPage.java ---
    @@ -61,7 +61,7 @@
     
       protected static final boolean unsafe = Boolean.parseBoolean(CarbonProperties.getInstance()
           .getProperty(CarbonCommonConstants.ENABLE_UNSAFE_COLUMN_PAGE,
    -          CarbonCommonConstants.ENABLE_UNSAFE_COLUMN_PAGE_DEFAULT));
    +          "false"));
    --- End diff --
   
    reverted


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

[GitHub] carbondata issue #2726: [CARBONDATA-2948] Float and Byte DataType support

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

    https://github.com/apache/carbondata/pull/2726
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/356/



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

[GitHub] carbondata issue #2726: [CARBONDATA-2948] Float and Byte DataType support

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

    https://github.com/apache/carbondata/pull/2726
 
    Build Failed with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/533/



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

[GitHub] carbondata issue #2726: [CARBONDATA-2948] Float and Byte DataType support

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

    https://github.com/apache/carbondata/pull/2726
 
    Build Failed  with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/8603/



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

[GitHub] carbondata issue #2726: [CARBONDATA-2948] Float and Byte DataType support

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

    https://github.com/apache/carbondata/pull/2726
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/357/



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

[GitHub] carbondata issue #2726: [CARBONDATA-2948] Float and Byte DataType support

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

    https://github.com/apache/carbondata/pull/2726
 
    Build Success with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/8604/



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

[GitHub] carbondata issue #2726: [CARBONDATA-2948] Float and Byte DataType support

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

    https://github.com/apache/carbondata/pull/2726
 
    Build Failed with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/534/



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

[GitHub] carbondata issue #2726: [CARBONDATA-2948] Float and Byte DataType support

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

    https://github.com/apache/carbondata/pull/2726
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/366/



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

[GitHub] carbondata issue #2726: [CARBONDATA-2948] Float and Byte DataType support

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

    https://github.com/apache/carbondata/pull/2726
 
    Build Failed  with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/8613/



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

[GitHub] carbondata issue #2726: [CARBONDATA-2948] Float and Byte DataType support

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

    https://github.com/apache/carbondata/pull/2726
 
    Build Failed with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/543/



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

[GitHub] carbondata issue #2726: [CARBONDATA-2948] Float and Byte DataType support

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

    https://github.com/apache/carbondata/pull/2726
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/373/



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

[GitHub] carbondata issue #2726: [CARBONDATA-2948] Float and Byte DataType support

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

    https://github.com/apache/carbondata/pull/2726
 
    Build Success with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/551/



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

[GitHub] carbondata issue #2726: [CARBONDATA-2948] Float and Byte DataType support

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

    https://github.com/apache/carbondata/pull/2726
 
    Build Success with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/8621/



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

[GitHub] carbondata issue #2726: [CARBONDATA-2948] Float and Byte DataType support

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

    https://github.com/apache/carbondata/pull/2726
 
    @ravipesala Build is success


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

[GitHub] carbondata issue #2726: [CARBONDATA-2948] Float and Byte DataType support

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

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


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

[GitHub] carbondata issue #2726: [CARBONDATA-2948] Float and Byte DataType support

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

    https://github.com/apache/carbondata/pull/2726
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/393/



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

[GitHub] carbondata issue #2726: [CARBONDATA-2948] Float and Byte DataType support

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

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


---
1234