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

apache / carbondata / 1509
76%

Build:
DEFAULT BRANCH: master
Ran 28 Jan 2019 04:19PM UTC
Jobs 1
Files 1026
Run time 1min
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
1509

push

jenkins

ravipesala
[HOTFIX] Fix select query on varchar column with large data fails with jvm crash

Problem : When select query fired on varchar column having large data it results in JVM crash because when when we increase the ReusableBuffer by 30% the new size gets gets reduced because requestSize * 30 gets out of range for int which gives a negative value and the total size gets reduced.

Solution : While assigning the size to ByteBuffer we first check if total size less than the requested size then we pass requested size to to the ByteBuffer.

This closes #3104

62419 of 78872 relevant lines covered (79.14%)

1.05 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1509.1 28 Jan 2019 04:19PM UTC 0
79.14
Source Files on build 1509
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #1509
  • c55f1d7f on github
  • Prev Build on master (#1507)
  • Next Build on master (#1510)
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