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

apache / carbondata / 1669 / 1
76%
master: 76%

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

08 May 2019 09:25AM UTC coverage: 79.236% (+4.8%) from 74.477%
1669.1

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

Source Files on job 1669.1
  • Tree
  • List 0
  • Changed 262
  • Source Changed 1
  • Coverage Changed 262
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1669
  • 3268a456 on github
  • Prev Job for on master (#1671.1)
  • Next Job for on master (#3335.1)
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