[GitHub] carbondata pull request #2918: [CARBONDATA-3098] Fix for negative exponents ...

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

[GitHub] carbondata pull request #2918: [CARBONDATA-3098] Fix for negative exponents ...

qiuchenjian-2
GitHub user manishnalla1994 opened a pull request:

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

    [CARBONDATA-3098] Fix for negative exponents value giving wrong results in Float datatype

    Problem: When the value of exponent is a negative number then the data is incorrect due to loss of precision of Floating point values and wrong calculation of the count of decimal points.
   
    Solution: Handled floating point precision by converting it to double and counted the decimal count values as done in double datatype(using Big Decimal).
   
    Be sure to do all of the following checklist to help us incorporate
    your contribution quickly and easily:
   
     - [ ] Any interfaces changed?
     
     - [ ] Any backward compatibility impacted?
     
     - [ ] Document update required?
   
     - [x] Testing done
           
     - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
   


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

    $ git pull https://github.com/manishnalla1994/carbondata FloatInfiniteFix

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

    https://github.com/apache/carbondata/pull/2918.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 #2918
   
----
commit 8d4ede90f5c47759485b34f1f20cec3bbdc32c15
Author: Manish Nalla <manishnalla1994@...>
Date:   2018-11-14T05:27:49Z

    Float negative exponents

----


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

[GitHub] carbondata issue #2918: [CARBONDATA-3098] Fix for negative exponents value g...

qiuchenjian-2
Github user CarbonDataQA commented on the issue:

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



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

[GitHub] carbondata issue #2918: [CARBONDATA-3098] Fix for negative exponents value g...

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

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



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

[GitHub] carbondata issue #2918: [CARBONDATA-3098] Fix for negative exponents value g...

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

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



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

[GitHub] carbondata issue #2918: [CARBONDATA-3098] Fix for negative exponents value g...

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

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


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

[GitHub] carbondata issue #2918: [CARBONDATA-3098] Fix for negative exponents value g...

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

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



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

[GitHub] carbondata issue #2918: [CARBONDATA-3098] Fix for negative exponents value g...

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

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



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

[GitHub] carbondata issue #2918: [CARBONDATA-3098] Fix for negative exponents value g...

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

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



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

[GitHub] carbondata issue #2918: [CARBONDATA-3098] Fix for negative exponents value g...

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

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


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

[GitHub] carbondata pull request #2918: [CARBONDATA-3098] Fix for negative exponents ...

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

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


---