• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

apache / carbondata / 418
76%

Build:
DEFAULT BRANCH: master
Ran 10 May 2018 08:55AM UTC
Jobs 1
Files 1017
Run time 42s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
418

push

jenkins

Jacky Li
[CARBONDATA-2464]Fixed OOM issue in case of Complex type

Problem: Query with Complex type is failing with OOM

Root Cause: Complex type child column(No-dictionary) values are written in LV format, while reading the data it will read length then based on length it is reading the data. Converting byte array to int is giving wrong length value, because of this it's trying to create big memory chunk and as memory is not available in Unsafe it is failing with OOM.

Code issue: While converting byte array to int it is not masking the the byte values and because of this is giving wrong integer value.

Solution: Mask each byte and then left shift the bits

This closes #2288

1 of 1 new or added line in 1 file covered. (100.0%)

51506 of 68795 relevant lines covered (74.87%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 418.1 10 May 2018 08:55AM UTC 0
74.87
Source Files on build 418
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #418
  • ceb7c8dd on github
  • Prev Build on master (#416)
  • Next Build on master (#417)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc