[GitHub] [carbondata] QiangCai opened a new pull request #3394: [HOTFIX] fix measure's min/max issue of index

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] QiangCai opened a new pull request #3394: [HOTFIX] fix measure's min/max issue of index

GitBox
QiangCai opened a new pull request #3394: [HOTFIX] fix measure's min/max issue of index
URL: https://github.com/apache/carbondata/pull/3394
 
 
   [Background]
   in sometimes, the measure's min/max value is wrong when there are more one pages.
   [Root cause]
   for example: ''' long compare = firstBuffer.getLong() - secondBuffer.getLong();'''
   When the value overflow happened, it will give a wrong result.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[hidden email]


With regards,
Apache Git Services