GitHub user anubhav100 opened a pull request:

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

    [CARBONDATA-1774] [PrestoIntegration] Not able to fetch data from a table 
with Boolean data type in presto

    **Not able to fetch data from a Carbon table with Boolean data type in 
presto**
    
    **Jira Link :https://issues.apache.org/jira/browse/CARBONDATA-1774**
    
    **Problem**: It was not Supported in last release we should support it now
    
    **Solution** Add The support For Boolean Stream Readers to read boolean 
data type from carbon
    
    **New Classes Added**
    
    1.BooleanStreamReader.java
    
    **Classes Changed**
    1.CarbonVectorizedRecordReader:  To include the boolean type in its measure 
type
    2.StreamReaders: If cluase is added in case java type is boolean
    
    **How Testing IS Done**
    1.Test Case Are Added for Boolean Data Type In PrestoAllDataType
    2.mvn clean install is passing
    
    
    
    
    


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

    $ git pull https://github.com/anubhav100/incubator-carbondata presto-boolean

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

    https://github.com/apache/carbondata/pull/1709.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 #1709
    
----
commit c8ecf74e2e73167ad10690736d893eea194ab3a3
Author: anubhav100 <anubhav.tarar@...>
Date:   2017-12-19T10:03:06Z

    added support for boolean stream reader

----


---

Reply via email to