[GitHub] carbondata pull request #1745: [CARBONDATA-1955] Delta DataType calculation ...

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

[GitHub] carbondata pull request #1745: [CARBONDATA-1955] Delta DataType calculation ...

qiuchenjian-2
GitHub user mohammadshahidkhan opened a pull request:

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

    [CARBONDATA-1955] Delta DataType calculation is incorrect for long type

    **Problem**:
    In case of Long type, the delta data type is always choosing the Long type.
    But it should choose the datatype based on diff (max-min)  of max and min values.
    **Solution**:
    Corrected to choose the delta data type based on max and min values.
     - [X] Any interfaces changed?
     NA
     - [X] Any backward compatibility impacted?
     **This issue must be synced to 1.2.0 branch**
     - [X] Document update required?
   
     - [X] Testing done
            Please provide details on
            - Whether new unit test cases have been added or why no new tests are required?
            - How it is tested? Please attach test report.
            - Is it a performance related change? Please attach the performance test report.
            - Any additional information to help reviewers in testing this change.
           Added unit test cases to test codec selection
     - [X] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
    NA

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

    $ git pull https://github.com/mohammadshahidkhan/incubator-carbondata codecselectioncorrection_forlongtype_1.2.0

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

    https://github.com/apache/carbondata/pull/1745.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 #1745
   
----
commit 1d9800c429afe28a4773183bdc3068fed63802ce
Author: mohammadshahidkhan <mohdshahidkhan1987@...>
Date:   2017-12-30T00:52:48Z

    [CARBONDATA-1955] Delta DataType calculation is incorrect for long type

----


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

[GitHub] carbondata issue #1745: [CARBONDATA-1955] Delta DataType calculation is inco...

qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1745
 
    Build Failed with Spark 2.2.0, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/1234/



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

[GitHub] carbondata issue #1745: [CARBONDATA-1955] Delta DataType calculation is inco...

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

    https://github.com/apache/carbondata/pull/1745
 
    Is PR this duplicated?


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

[GitHub] carbondata issue #1745: [CARBONDATA-1955] Delta DataType calculation is inco...

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

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



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

[GitHub] carbondata issue #1745: [CARBONDATA-1955] Delta DataType calculation is inco...

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

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



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

[GitHub] carbondata issue #1745: [CARBONDATA-1955] Delta DataType calculation is inco...

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

    https://github.com/apache/carbondata/pull/1745
 
    @jackylk Its not duplicate. I raised intentionally for branch 1.2.0.


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

[GitHub] carbondata issue #1745: [CARBONDATA-1955] Delta DataType calculation is inco...

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

    https://github.com/apache/carbondata/pull/1745
 
    Closed after discussion with Ravindra


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

[GitHub] carbondata pull request #1745: [CARBONDATA-1955] Delta DataType calculation ...

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

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


---