You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by mohammadshahidkhan <gi...@git.apache.org> on 2017/12/30 08:26:44 UTC

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

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 <mo...@...>
Date:   2017-12-30T00:52:48Z

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

----


---

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

Posted by mohammadshahidkhan <gi...@git.apache.org>.
Github user mohammadshahidkhan closed the pull request at:

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


---

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

Posted by mohammadshahidkhan <gi...@git.apache.org>.
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.


---

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

Posted by jackylk <gi...@git.apache.org>.
Github user jackylk commented on the issue:

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


---

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

Posted by mohammadshahidkhan <gi...@git.apache.org>.
Github user mohammadshahidkhan commented on the issue:

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


---

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

Posted by CarbonDataQA <gi...@git.apache.org>.
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/



---

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

Posted by CarbonDataQA <gi...@git.apache.org>.
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/



---

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

Posted by ravipesala <gi...@git.apache.org>.
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/



---