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

apache / carbondata / 535
76%

Build:
DEFAULT BRANCH: master
Ran 12 Jun 2018 01:38PM UTC
Jobs 1
Files 1014
Run time 13min
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
535

push

jenkins

kumarvishal09
[CARBONDATA-2578] fixed memory leak inside CarbonReader and handled failure case for creation of
 multi reader for non-transactional table

Issue :
CarbonIterator inside CarbonRecordReader was keeping reference of RowBatch and it is not being
closed inside CarbonRecordReader. sort_column with measure was considering all the dimension
column along with given column. if creation of one CarbonReader for non transactional table
is failed then we are not able to create another CarbonReader.

Solution :
close() called inside hasNext() to clear the previous iterator before iterating over the next CarbonReader..
if sortcolumn is not empty and sortcolumnsList contains the fields check is added to finally in sortcolumn props.
Clear the datamap in catch block, if creation of CarbonReader is failed.

This closes #2362

52648 of 69608 relevant lines covered (75.63%)

1.01 hits per line

Jobs
ID Job ID Ran Files Coverage
1 535.1 12 Jun 2018 01:38PM UTC 0
75.63
Source Files on build 535
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #535
  • 19312ab5 on github
  • Prev Build on master (#533)
  • Next Build on master (#536)
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