GitHub user SteNicholas opened a pull request:

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

    [CARBONDATA-3127]Fix the HiveExample & TestCarbonSerde exception

    [CARBONDATA-3127]Hive module test case has been commented off,can' t run.
    This pull request fix TestCarbonSerde test case exception with maven 
compile.Method called deserializeAndSerializeLazySimple of TestCarbonSerde 
class calls the interface called serializeStartKey which is not exsit in 
CarbonHiveSerDe class.Just modify replace serializeStartKey with serialize and 
remove comments of TestCarbonSerde.
    Previous hive-integration HiveExample exists obvious bug that there is no 
data when select HIVE_CARBON_EXAMPLE table.I have already fixed the bug above 
in this pull request.Location was configured wrong after creating hive 
table.And block lack of detail info and footer offset when do querying hive 
table operation.Therefore I set detail info of block with footer offset through 
input split.
     - [x] Any interfaces changed?
            No
     - [x] Any backward compatibility impacted?
           No
     - [x] Document update required?
           No
     - [x] Testing done
           Modify TestCarbonSerde test
     - [x] For large changes, please consider breaking it into sub-tasks under 
an umbrella JIRA. 
           No

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

    $ git pull https://github.com/SteNicholas/carbondata CARBONDATA-3127

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

    https://github.com/apache/carbondata/pull/3012.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 #3012
    
----
commit f403455748aa98a224559dac7e8953725d98b41c
Author: Nicholas Jiang <programgeek@...>
Date:   2018-12-20T20:14:09Z

    Hive Integration

----


---

Reply via email to