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

apache / carbondata / 1669
76%

Build:
DEFAULT BRANCH: master
Ran 08 May 2019 09:25AM UTC
Jobs 1
Files 1039
Run time 54s
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
1669

push

jenkins

ravipesala
[CARBONDATA-3360]fix NullPointerException in delete and clean files operation

Problem:
when delete is failed due to hdfs quota exceeded or disk space is full, then tableUpdateStatus.write will be present in store.
So after that if clean files operation is done, we were trying to assign null to primitive type long, which will throw runtime exception, and .write file will not be deleted, since we consider it as invalid file.

Solution:
if .write file is present, then we do not fail clean files, we check for max query timeout for tableUpdateStatus.write file and then delete these .write files for any clean files operation after that.

This closes #3191

63698 of 80390 relevant lines covered (79.24%)

1.04 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1669.1 08 May 2019 09:25AM UTC 0
79.24
Source Files on build 1669
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #1669
  • 3268a456 on github
  • Prev Build on master (#1671)
  • Next Build on master (#3335)
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